To run the website locally, follow these steps:
- Fork the repository: In the top-right corner of the page, click
Fork
. - Clone the repository:
git clone https://github.com/nsut-junoon/junoon.git
- Navigate to the project directory:
cd junoon
- Install dependencies:
npm install
- Start the development server:
npm start
Open your browser and go to http://localhost:3000
to view the website.