stack/packages/stack-server
Zai Shi 04599b40e5
Moved dialogs to shadcn & Improved auth methods dashboard design (#35)
* 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
2024-05-13 17:52:21 +02:00
..
prisma Organizations & RBAC (#22) 2024-05-08 12:43:56 +02:00
public Update logos 2024-04-12 18:36:59 +02:00
scripts Move code (initial commit) 2024-02-28 14:35:30 +01:00
src Moved dialogs to shadcn & Improved auth methods dashboard design (#35) 2024-05-13 17:52:21 +02:00
.env stackframe.co -> stack-auth.com 2024-04-12 18:29:02 +02:00
.eslintrc.cjs Migration to Shadcn UI (#31) 2024-05-10 23:34:42 +02:00
.gitignore Sentry for stack-server 2024-04-14 11:54:11 +02:00
.npmrc Move code (initial commit) 2024-02-28 14:35:30 +01:00
CHANGELOG.md chore: update package versions 2024-05-12 15:22:38 +02:00
components.json Migration to Shadcn UI (#31) 2024-05-10 23:34:42 +02: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 Clarity 2024-04-28 10:41:31 +02:00
package.json Moved dialogs to shadcn & Improved auth methods dashboard design (#35) 2024-05-13 17:52:21 +02:00
postcss.config.js Migration to Shadcn UI (#31) 2024-05-10 23:34:42 +02:00
README.md Move code (initial commit) 2024-02-28 14:35:30 +01:00
sentry.client.config.ts Docker compose dependencies (#20) 2024-05-04 15:42:41 +02:00
sentry.edge.config.ts Docker compose dependencies (#20) 2024-05-04 15:42:41 +02:00
sentry.server.config.ts Docker compose dependencies (#20) 2024-05-04 15:42:41 +02:00
tailwind.config.ts Migration to Shadcn UI (#31) 2024-05-10 23:34:42 +02:00
tsconfig.json New UI system (#5) 2024-03-21 10:51:53 +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>