Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 916 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 916 Bytes

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.