-
Clone repository
git clone https://github.com/CP-RektMart/pic-me-pls-frontend.git
-
If you not have
pnpminstalled, 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
featCommits, that adds or remove a new featurefixCommits, that fixes a bug
refactorCommits, that rewrite/restructure your code, however does not change any API behaviourperfCommits are specialrefactorcommits, that improve performance
styleCommits, that do not affect the meaning (white-space, formatting, missing semi-colons, etc)testCommits, that add missing tests or correcting existing testsdocsCommits, that affect documentation onlybuildCommits, that affect build components like build tool, ci pipeline, dependencies, project version, ...opsCommits, that affect operational components like infrastructure, deployment, backup, recovery, ...choreMiscellaneous 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!