A simple e-commerce demo app built with Nuxt 4 and Nuxt UI.
Install dependencies:
pnpm install
Copy .env.example to .env and set your GitHub OAuth credentials:
cp .env.example .env
| Variable | Description |
|---|---|
NUXT_SESSION_PASSWORD |
Session encryption key (32+ characters) |
NUXT_OAUTH_GITHUB_CLIENT_ID |
GitHub OAuth App Client ID |
NUXT_OAUTH_GITHUB_CLIENT_SECRET |
GitHub OAuth App Client Secret |
Set the callback URL of your GitHub OAuth App to
http://localhost:3000/auth/github.
pnpm dev
pnpm build
pnpm preview
We use cookies
We use cookies to analyze traffic and improve your experience. You can accept or reject analytics cookies.