(Still in development)
pnpm - next.js - typescript - tailwind css
| command | description |
| :---------------- | :------------------------------------------ |
| `dev` | Starts a development instance of the app |
| `build` | Builds a production instance of the app |
| `start` | Starts a production instance of the app |
| `lint` | Runs ESLint |
| `lint:fix` | Runs ESLint and fixes syntax |
| `prettier` | Runs Prettier |
| `prettier:fix` | Runs Prettier and fixes formatting |
| `test` | Runs Jest |
| `test:watch` | Runs Jest and watch files for changes |
| `test:coverage` | Runs Jest and generates lcov report |
| `postinstall` | Generates Primsa client |
Or leave a ⭐
Go ahead! All my work is public domain.