Communications:
Please check the issues by forking the repo for Contribution.
- Next.js 13
- React 18
- TypeScript
- Absolute Import and Path Alias — Components to import with
@/
prefix - ESLint — To find bugs in your code according to specific rules
- Prettier — To format the code according to specific guidelines
- Husky & Lint Staged — To check whether they comply with the rules before you commit the changes.
git clone https://github.com/TurkeyLearningInitiative/frontend.git
yarn is suggested.
yarn
yarn dev
You can open up the http://localhost:3000 address on your browser to see the result.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev