Skip to content

Brasil-Nihon-Kiin/brasil-nihon-kiin

Repository files navigation

Brasil Nihon Kiin

Dev

Prisma

Pushing the schema (if you're using VS Code, you will likely need to reload the editor and also rerun Next.js):

pnpx prisma db push

Seeding the demo, mock data:

pnpx prisma db seed

Using Ngrok for Local Development

Expose your local host to the web:

ngrok http http://localhost:3000