Skip to content

Team-Spiral-Racing/website

 
 

Repository files navigation

team spiral racing logo

This is the websitre repository for the Team Spiral Racing website.

Developing Locally

  1. Install dependencies.
npm install
  1. Fill out .env with the same structure as sample.env.
  2. Generate Prisma schema and push to the database.
npx prisma generate && npx prisma db push
  1. Start development server.
npm run dev -- --host

License

This project is licensed under the GNU General Public License. See LICENSE for more information.

Languages

  • Svelte 87.9%
  • TypeScript 10.8%
  • Other 1.3%