A Nuxt-powered website focused on gathering endurance racing results from multiple series and presenting them in a unified platform
Make sure to install the dependencies:
# pnpm
pnpm i
Update .env values
DATABASE_URL = ''
DATABASE_AUTH_TOKEN = ''
NUXT_PUBLIC_SITE_URL=https://localhost:3000
Start the development server on http://localhost:3000
pnpm run dev
Build the application for production:
pnpm run build
Locally preview production build:
pnpm run preview