stack/packages/stack-server
Zai Shi 8a0095f0b1
Fixed color mode and flashes (#24)
* fixed button

* removed link variant

* fixed input

* fixed label

* fixed separator

* fixed indicator

* fixed link

* fixed theme toggle

* fixed text

* fixed popover, updated link color

* fixed password field

* fixed avatar and card

* fixed dropdown

* fixed skeleton

* improved password field code

* fixed tabs

* fixed user button

* fixed demo header

* fixed demo select

* fixed theme provider

* fixed demo color mode

* fixed demo theme

* deleted dev app

* removed demo app loading indicator

* added description to demo app

* fixed small things

* updated server

* updated color mode doc

* updated docs

* removed unused dependencies
2024-04-30 14:30:36 +02:00
..
prisma Magic link (#13) 2024-04-20 12:33:11 +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 Fixed color mode and flashes (#24) 2024-04-30 14:30:36 +02:00
.env stackframe.co -> stack-auth.com 2024-04-12 18:29:02 +02:00
.eslintrc.cjs Move code (initial commit) 2024-02-28 14:35:30 +01: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
backend-design-doc.md Magic link (#13) 2024-04-20 12:33:11 +02:00
CHANGELOG.md chore: update package versions 2024-04-28 12:02:53 +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 chore: update package versions 2024-04-28 12:02:53 +02:00
README.md Move code (initial commit) 2024-02-28 14:35:30 +01:00
sentry.client.config.ts Sentry for stack-server 2024-04-14 11:54:11 +02:00
sentry.edge.config.ts Sentry for stack-server 2024-04-14 11:54:11 +02:00
sentry.server.config.ts Sentry for stack-server 2024-04-14 11:54:11 +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>