15 lines
329 B
Markdown
15 lines
329 B
Markdown
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
|
|
|
|
## Development
|
|
|
|
Run the development server:
|
|
|
|
```bash
|
|
npm run dev
|
|
```
|
|
|
|
Update GraphQL definitions from `http://127.0.0.1:8000/api/graphql/`:
|
|
|
|
```bash
|
|
npm run codegen
|
|
``` |