Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 841 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 841 Bytes

🏎️💨 Endurance Results

A Nuxt-powered website focused on gathering endurance racing results from multiple series and presenting them in a unified platform

Built With

Setup

Make sure to install the dependencies:

# pnpm
pnpm i

Update .env values

DATABASE_URL = ''
DATABASE_AUTH_TOKEN = ''

NUXT_PUBLIC_SITE_URL=https://localhost:3000

Development Server

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

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview