A personal project for trying new/latest technologies.
Script | Description |
---|---|
npm run dev |
Starts Next.js development server. |
npm run build |
Creates a production build of Next.js. |
npm start |
Serves production build locally. |
Script | Description |
---|---|
npm run typecheck |
Runs TypeScript and checks typing of source code. |
npm run lint |
Runs ESLint and lints all code. |
npm run format |
Runs Prettier and formats all code. |
npm run format:check |
Runs Prettier and checks all code for bad formatting. |
Name | Description |
---|---|
NEXT_PUBLIC_API_URL |
Base API URL |
Name | Description |
---|---|
ANALYZE |
Analyzes the output bundle when true |