Skip to content

Commit

Permalink
Update README Instructions for Local Development AOSSIE-Org#238
Browse files Browse the repository at this point in the history
  • Loading branch information
anshi089 committed Jan 25, 2025
1 parent 2aa0336 commit c4829f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ In order to run the site locally,
- In the root directory, you can run the following commands:

```
npm install
npm run dev
1. Install the necessary dependencies using npm install.
2. Start the development server using npm run dev.
```

The website will be active at **http://localhost:3000**.
Expand Down

0 comments on commit c4829f1

Please sign in to comment.