Every badge are links to their doc
The ultimate solution for consolidating multiple links into one easily shareable and customizable hub.
[under construction]
For development, you will need some software installed in your environment.
Use PNPM to install all dependencies into the project.
pnpm install
You can run the project with the following script.
pnpm dev
Run the dev script to start the app
pnpm dev
- Project is using Angular Commits Guide Line, for more information, click on this link.
- Use Atomic design to organize and maintain this project.
- Husky will run commit hooks before every commit message to test the types and run the linting, do not bypass it.