dialimpics
v0.1.48
Published
Dialimpics project
Downloads
73
Readme
Dialimpics Front
Next Front End for Dialimpics
How to start the project
npm inpm run dev
Env needed (in .env or .env.local)
PROJECT_NAME=Dialimpics
API_URL=https://dialimpics-admin-beta.binpar.cloud
[email protected]
API_PASSWORD=B1np4r.t34m
JWT_SECRET=dialimpicsTo make sure everything is fine
npm run lintnpm run build
Commit rules
To commit we use standard version with conventional commits.
Supported commit types:
- fix
- feat
- BREAKING CHANGE
- perf
- refactor
Any other commit type (such as docs or test) will not appear in CHANGELOG.
Commit example:
fix: Fixed an issue with navigation not working.
Navigating from home page did nothing. CU-1234.Release
First make sure everything builds and lints fine.
Then run:
npm run releaseThis will update changelog and version.
git push --follow-tagsThis will push the commit and generate a tag for CI CD.
