Skip to content

HowestAILab/AIUPD8-Website

Repository files navigation

Nuxt Minimal Starter for AIUPD8 Website

This project is set up to run with Bun.

Look at the Nuxt documentation to learn more.

Setup

First, create a .env file in the root of the project with the following content:

SANITY_PROJECT_ID=ID
SANITY_DATASET=production
SANITY_TOKEN=
API_BASE_URL=http://localhost:3000

You will need to add your Sanity token for SANITY_TOKEN.

Then, install dependencies:

bun install

Development Server

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

bun run dev

Production

Build the application for production:

bun run build

Locally preview production build:

bun run preview

Check out the deployment documentation for more information.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •