Globy Ui
This project was generated with Angular CLI version ~17. Package management is handled by bun.
Stack
- bun: for installing dependencies and linking packages together
- TypeScript: for type safety and better developer experience
- Prettier: for code formatting, so there's no need to think about or discuss code style
Prerequisites
Install bun with for instance (see bun docs for more options):
Install dependencies
To install dependencies, run:
bun install
Scripts
Building the project
No need to commit dist folder for production. The build is handle in the dockerfile
bun run build
Linting the project
bun run lint
Releases
Commit your changes and run the release script.
bun release
Finally, push the new version tags to the repository:
git push --follow-tags