Competitive Splatoon Platform
Go to file
2020-10-15 01:00:21 +03:00
assets add assets 2020-10-14 18:05:51 +03:00
graphql full user resolver 2020-10-14 01:52:23 +03:00
lib rendering layout 2020-10-15 01:00:21 +03:00
old rendering layout 2020-10-15 01:00:21 +03:00
pages rendering layout 2020-10-15 01:00:21 +03:00
prisma can query user 2020-10-13 23:26:43 +03:00
public rendering layout 2020-10-15 01:00:21 +03:00
scenes/Layout rendering layout 2020-10-15 01:00:21 +03:00
.gitignore seed user script 2020-10-13 19:07:22 +03:00
next-env.d.ts typescriptified 2020-10-13 15:29:04 +03:00
next.config.js rendering layout 2020-10-15 01:00:21 +03:00
nexus-typegen.ts full user resolver 2020-10-14 01:52:23 +03:00
package-lock.json rendering layout 2020-10-15 01:00:21 +03:00
package.json rendering layout 2020-10-15 01:00:21 +03:00
README.md next.js framework 2020-10-13 14:57:22 +03:00
schema.graphql full user resolver 2020-10-14 01:52:23 +03:00
tsconfig.json can query user 2020-10-13 23:26:43 +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.