This is the websitre repository for the Team Spiral Racing website.
- Install dependencies.
npm install
- Fill out
.env
with the same structure assample.env
. - Generate Prisma schema and push to the database.
npx prisma generate && npx prisma db push
- Start development server.
npm run dev -- --host
This project is licensed under the GNU General Public License. See LICENSE
for more information.