-
Clone repository
git clone https://github.com/CP-RektMart/pic-me-pls-frontend.git
-
If you not have
pnpm
installed, you can enable it by running the following command:corepack enable
-
Install dependencies
pnpm install
-
Start the development server
pnpm dev
Scripts | Description |
---|---|
pnpm dev |
To start your local development! |
pnpm build |
To building your project up! |
pnpm format |
To use prettier for formatting your code |
pnpm lint |
To check lint of your codes! |
pnpm generate |
To generate typescript types! |
pnpm cucumber |
To run cucumber tests! |
- API relevant changes
feat
Commits, that adds or remove a new featurefix
Commits, that fixes a bug
refactor
Commits, that rewrite/restructure your code, however does not change any API behaviourperf
Commits are specialrefactor
commits, that improve performance
style
Commits, that do not affect the meaning (white-space, formatting, missing semi-colons, etc)test
Commits, that add missing tests or correcting existing testsdocs
Commits, that affect documentation onlybuild
Commits, that affect build components like build tool, ci pipeline, dependencies, project version, ...ops
Commits, that affect operational components like infrastructure, deployment, backup, recovery, ...chore
Miscellaneous commits e.g. modifying.gitignore
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!