Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 514 Bytes

File metadata and controls

26 lines (24 loc) · 514 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: ```bash git clone https://github.com/nsut-junoon/junoon.git ``` - Navigate to the project directory: ```bash cd junoon ``` - Install dependencies: ```bash npm install ``` - Start the development server: ```sql npm start ``` Open your browser and go to `http://localhost:3000` to view the website. # final