osmandlsmn / frontend

Turkey Learning Initiative website frontend repo.

Home Page:https://turkeylearninginitiative.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub stars GitHub forks GitHub watchers GitHub repo size GitHub language count GitHub top language GitHub last commit GitHub issues Netlify Status

To support the project

Story of Project

Communications:

To Contribute:

Please check the issues by forking the repo for Contribution.

Technologies and Systems Used In This Project

  • 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.

To Begin

1. Clone or Fork the Repo:

git clone https://github.com/TurkeyLearningInitiative/frontend.git

2. Install Dependencies:

yarn is suggested.

yarn

3. Run the Development Environment:

yarn dev

You can open up the http://localhost:3000 address on your browser to see the result.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Contributors

About

Turkey Learning Initiative website frontend repo.

https://turkeylearninginitiative.com/


Languages

Language:TypeScript 98.7%Language:JavaScript 1.0%Language:Shell 0.2%Language:CSS 0.1%