stack/packages/stack-server
2024-03-03 15:20:21 +01:00
..
prisma added user count, fixed display bug, renamed db projectUserPasswordResetCode 2024-03-01 11:20:45 +01:00
public updated logo 2024-02-28 16:45:27 +01:00
scripts Move code (initial commit) 2024-02-28 14:35:30 +01:00
src restructured users table 2024-03-03 15:20:21 +01:00
.env Move code (initial commit) 2024-02-28 14:35:30 +01:00
.eslintrc.cjs Move code (initial commit) 2024-02-28 14:35:30 +01:00
.gitignore Move code (initial commit) 2024-02-28 14:35:30 +01:00
.npmrc Move code (initial commit) 2024-02-28 14:35:30 +01:00
LICENSE Licenses 2024-02-28 15:27:00 +01:00
mdx-components.tsx Move code (initial commit) 2024-02-28 14:35:30 +01:00
next.config.mjs Move code (initial commit) 2024-02-28 14:35:30 +01:00
package.json upgraded server @types/react 2024-02-29 11:35:02 +01:00
README.md Move code (initial commit) 2024-02-28 14:35:30 +01:00
tsconfig.json Move code (initial commit) 2024-02-28 14:35:30 +01:00

N2D4's frontend-starter

Getting started

First, copy the .env file into .env.local and fill in the necessary environment variables.

Then, install the dependencies:

cd the-folder-with-your-project
npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

To re-run the code generation (e.g. after changing the Prisma schema), run:

npm run codegen

You can also access the Prisma CLI:

npm run prisma -- <args-to-prisma-command>