mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
* fixed sign in title bug * addec changeset * added popover * added dropdown, improved user button * improved user button * added avatar, adding account setting * added send verification email * added plaintext to emails * fixed select props * added name update * added password update * added email password update * only password update for accounts logged in credential * fixed small errors in endpoints * improved account setting page * fixed types * removed props export * divider -> separator * fixed accidently renamed dividers * added changeset |
||
|---|---|---|
| .. | ||
| prisma | ||
| public | ||
| scripts | ||
| src | ||
| .env | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .npmrc | ||
| backend-design-doc.md | ||
| CHANGELOG.md | ||
| LICENSE | ||
| mdx-components.tsx | ||
| next.config.mjs | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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>