Review the Repository Guidelines for project structure, commands and contribution expectations before you begin. For workflow details and disclosure steps, see the Contributing Guide and Security Policy.
# Install NX
npm install -g nx
# Init project
npm run init-project- Read how to create GitHub access token
- Add
.envinto./cp ./env.example ./.env
- Add
.env.localinto./packages/graphql/.env.localand add your GitHub token (see step 1)cp ./packages/graphql/env.example ./packages/graphql/.env.local
- Add
.env.localto./apps/main/.env.localand add your GitHub token (see step 1)cp ./apps/main/env.example ./apps/main/.env.local
- [Optional step] Generate code from GraphQL schema
npm run codegen:graphql
- Start the app
and open the page http://localhost:3000/
npm run dev
- Nx 21
- React 19
- Mantine 8
- Storybook 9
- TypeScript
- Vite 7
- Vitest
- React Testing Library
- ESLint
- HMR (Hot Module Replacement)
This code is licensed under the MIT License. You can find the license file here.


