Using the app the first time, you will need to install all packages using npm install
.
To start the application for development run npm run dev
or next dev
and open http://localhost:3000.
To assure a unified coding style, eslint is configured. You can start linting with next lint
. For easier usage you can
enable Run eslint --fix on save in Settings->Language & Frameworks->JavaScript->Code Quality Tools->ESLint.
https://tabler.io/icons
Branches should be categorized (feature, bug, research) and end with the issue number.
e.g. feature/12
, bug/3
The person who creates a branch should open a PR for it. A different person should review the changes and either
comment on why it cannot be merged, or merge the PR. For merging the PR select Sqash and merge
and delete the
remaining branch afterward.