Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 473 Bytes

File metadata and controls

23 lines (21 loc) · 473 Bytes

junoon

Getting Started

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.