%APPDATA%/Roaming/Cromberg/db/database
for Windows and similarly for other OS. You can change it in settings.You are welcome for contributing.
First of all, do npm install
from the app folder.
In the folder app/db
there is database-dev-example
file with some prepared data for the application. Copy it and rename it to app/database-dev
.
There are two commands to run the app from sources:
npm run dev
- to launch the app using database in app/database-dev
filenpm start
- standard way to launch the appAnd for Windows:
npm run dev-win
- to launch the app with using a database in app/database-dev
filenpm run start-win
- standard way to launch the appnpm run react-build
npm run dist
Create pull requests only to dev
branch. Your commits will merge in master
with the next release.
MIT