You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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