Competitive Splatoon Platform
Go to file
2021-12-04 14:00:28 +02:00
app Join team page UI initial 2021-12-04 14:00:28 +02:00
cypress "Fix" test 2021-12-04 00:16:22 +02:00
prisma Seed via HTTP call 2021-11-30 23:33:21 +02:00
public Port Layout to Remix 2021-11-24 22:47:02 +02:00
server Seed via HTTP call 2021-11-30 23:33:21 +02:00
.env Port auth 2021-11-27 16:08:32 +02:00
.env.example Port auth 2021-11-27 16:08:32 +02:00
.gitignore Remix starter 2021-11-23 18:54:52 +02:00
.prettierignore Add Prettier 2021-12-02 20:56:38 +02:00
.stylelintrc.json Add Prettier 2021-12-02 20:56:38 +02:00
cypress.json Don't rerun Cypress tests on file change 2021-11-30 21:07:05 +02:00
LICENSE Create LICENSE 2021-11-27 16:18:15 +02:00
package-lock.json Add Prettier 2021-12-02 20:56:38 +02:00
package.json Add Prettier 2021-12-02 20:56:38 +02:00
README.md Add Prettier 2021-12-02 20:56:38 +02:00
remix.config.js Add Prettier 2021-12-02 20:56:38 +02:00
remix.env.d.ts Remix starter 2021-11-23 18:54:52 +02:00
tsconfig.json Seed via HTTP call 2021-11-30 23:33:21 +02:00

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

  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