mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-22 02:14:41 -05:00
Competitive Splatoon Platform
| app | ||
| cypress | ||
| prisma | ||
| public | ||
| server | ||
| .env | ||
| .env.example | ||
| .gitignore | ||
| .prettierignore | ||
| .stylelintrc.json | ||
| cypress.json | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| remix.config.js | ||
| remix.env.d.ts | ||
| tsconfig.json | ||
Note: This is the WIP Splatoon 3 version of the site. To see the current live version checkout the main branch
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