Competitive Splatoon Platform
Go to file
2020-10-25 23:58:17 +02:00
assets add map planner 2020-10-23 21:02:51 +03:00
components weapon selector: weapons in categories 2020-10-25 23:58:17 +02:00
cypress weapon selector: weapons in categories 2020-10-25 23:58:17 +02:00
generated weapon selector and mutate local profile state 2020-10-25 21:47:18 +02:00
graphql weapon selector and mutate local profile state 2020-10-25 21:47:18 +02:00
lib weapon selector: weapons in categories 2020-10-25 23:58:17 +02:00
old react hook form with validation 2020-10-21 21:22:04 +03:00
pages weapon selector: weapons in categories 2020-10-25 23:58:17 +02:00
prisma add twitter name migration 2020-10-18 02:16:54 +03:00
public add map planner 2020-10-23 21:02:51 +03:00
scenes unmount profile modal after update 2020-10-25 22:37:43 +02:00
validators weapon selector and mutate local profile state 2020-10-25 21:47:18 +02:00
.env can login 2020-10-19 00:07:20 +03:00
.gitignore seed user script 2020-10-13 19:07:22 +03:00
.prettierignore add prettierignore 2020-10-16 01:08:24 +03:00
changes.md update deps 2020-10-25 11:28:20 +02:00
codegen.yml graphql codegen 2020-10-16 00:27:09 +03:00
cypress.json initial cypress tests 2020-10-17 20:45:02 +03:00
next-env.d.ts typescriptified 2020-10-13 15:29:04 +03:00
next.config.js ran prettier 2020-10-16 01:05:14 +03:00
nexus-typegen.ts weapon selector and mutate local profile state 2020-10-25 21:47:18 +02:00
package-lock.json update deps 2020-10-25 11:28:20 +02:00
package.json update deps 2020-10-25 11:28:20 +02:00
README.md next.js framework 2020-10-13 14:57:22 +03:00
schema.graphql weapon selector and mutate local profile state 2020-10-25 21:47:18 +02:00
theme.ts utilize chakra global theming 2020-10-17 18:49:44 +03:00
tsconfig.json initial cypress tests 2020-10-17 20:45:02 +03:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.