Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/api' into feat/api
Browse files Browse the repository at this point in the history
  • Loading branch information
Likqez committed Nov 15, 2024
2 parents ff4e5c8 + d8dd845 commit f0ac62d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SUPABASE_URL="https://yourhost.supabase.co"
SUPABASE_KEY="your-secret-key"
SUPABASE_SERVICE_KEY="your-service-key"
NUXT_SPOTIFY_CLIENT_ID="your-client-id"
NUXT_SPOTIFY_CLIENT_SECRET="your-client-secret"
SPOTIFY_CLIENT_ID="your-client-id"
SPOTIFY_CLIENT_SECRET="your-client-secret"
37 changes: 3 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,54 +7,23 @@ Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introdu
Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev
```

## Production

Build the application for production:

```bash
# npm
npm run build
```

Locally preview production build:

## TSDocs
```bash
# npm
npm run preview
npm run docs:serve
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.

## Required Environment Variables
Check `.env.demo` for the required environment variables.
Check `.env.example` for the required environment variables.

0 comments on commit f0ac62d

Please sign in to comment.