mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-22 02:14:41 -05:00
Competitive Splatoon Platform
| components | ||
| prisma | ||
| public | ||
| scenes | ||
| styles | ||
| utils | ||
| .env.example | ||
| .gitignore | ||
| App.tsx | ||
| index.html | ||
| index.tsx | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| Routes.tsx | ||
| server.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||
Running locally
Prerequisites: Node.js 16.13
- Run
npm ito install the dependencies. - Make a copy of
.env.examplethat's called.envand fill it with values.
- You can check Prisma's guide on how to get PostgreSQL set up and running locally.
- Run
npm run seedto seed the database with some test data.
- Run
npm run devto run both the server and frontend.
Commands
Convert .png to .webp
cwebp -q 80 image.png -o image.webp