This is Cubing Competition repository rewritten in Next.js.
You have to have pnpm installed.
First, run the development server:
pnpm devOpen http://localhost:2500 with your browser to see the result.
You should run pnpm check before commiting.
After you have fixed all errors in terminal, then run:
pnpm previewAnd if there are no errors, you can commit.
Create a .env file in the root directory of the project and add the following variables:
SHOW_TOOLBAR- Determines if the toolbar is forced to be shown to all users (even non-admins). Set totrueto enable.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.