Competitive Splatoon Platform
Go to file
2021-11-26 00:12:13 +02:00
app Add data fetching for tournament page 2021-11-26 00:12:13 +02:00
cypress Add navigation tests 2021-11-22 19:28:52 +02:00
old Port Layout to Remix 2021-11-24 22:47:02 +02:00
prisma Move stuff to old folder 2021-11-23 18:24:02 +02:00
public Port Layout to Remix 2021-11-24 22:47:02 +02:00
server Remix starter 2021-11-23 18:54:52 +02:00
services Add data fetching for tournament page 2021-11-26 00:12:13 +02:00
.env Move stuff to old folder 2021-11-23 18:24:02 +02:00
.env.example Add auth 2021-11-17 01:06:50 +02:00
.gitignore Remix starter 2021-11-23 18:54:52 +02:00
.stylelintrc.json Add Stylelint 2021-11-21 13:18:32 +02:00
cypress.json Add navigation tests 2021-11-22 19:28:52 +02:00
package-lock.json Add data fetching for tournament page 2021-11-26 00:12:13 +02:00
package.json Add data fetching for tournament page 2021-11-26 00:12:13 +02:00
README.md Can log in 2021-11-16 12:19:10 +02:00
remix.config.js Remix starter 2021-11-23 18:54:52 +02:00
remix.env.d.ts Remix starter 2021-11-23 18:54:52 +02:00
tsconfig.json Remix starter 2021-11-23 18:54:52 +02:00

Running locally

Prerequisites: Node.js 16.13

  1. Run npm i to install the dependencies.
  2. Make a copy of .env.example that's called .env and fill it with values.
  • You can check Prisma's guide on how to get PostgreSQL set up and running locally.
  • Run npm run seed to seed the database with some test data.
  1. Run npm run dev to run both the server and frontend.

Commands

Convert .png to .webp

cwebp -q 80 image.png -o image.webp