mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
* added sidebar * add side-bar layout * fixed small bugs, adding mobile sidebar * fixed mobile sidebar * added mobile breadcrumb * improved project switcher order * fixed eslint * added typography * added page layout, removed unused data * new page layout * removed unused files * updated urls dialog * added async switch * fixed display bug * speed up animation, reduced card shadow * AsyncSwitch -> Switch, AsyncButton -> Button * updated page layout * updated typography * fixed bugs * fixed bugs * improved user page layout * added link component * removed page loading indicators * moved avatar to top right * providers->auth-methods * removed loading indicator * updated auth methods layout * updated oauth provider styling * added new oauth providers setting design * updated confirmation dialog * fixed documentation link * switched zod to yup * added provider setting dialog * fixed create project bug * updated provider settings * added form dialog * added form dialog to domains * improved etam settings page * updated production mode * fixed bugs * reduced transition speed |
||
|---|---|---|
| .. | ||
| prisma | ||
| public | ||
| scripts | ||
| src | ||
| .env | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .npmrc | ||
| CHANGELOG.md | ||
| components.json | ||
| LICENSE | ||
| mdx-components.tsx | ||
| next.config.mjs | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| sentry.client.config.ts | ||
| sentry.edge.config.ts | ||
| sentry.server.config.ts | ||
| tailwind.config.ts | ||
| 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>