Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed Dec 4, 2024
1 parent b08d6f1 commit 5465f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This repo contains the source code powering [https://playground.hello.dev/](http
### Prerequisites

1. Git
1. Node (~18), npm (~9)
1. Node (>= 18)
1. A fork of the repo (for any contributions)
1. A clone of the [playground repo](https://github.com/hellocoop/playground) on your local machine

Expand All @@ -16,7 +16,7 @@ This repo contains the source code powering [https://playground.hello.dev/](http
1. `cd playground` to go into the project root
1. `npm i` to install the npm dependencies

### Running docs locally
### Running locally

1. `npm run dev` to start the hot-reloading development server (powered by [Vite](https://vitejs.dev/))
1. `open http://localhost:5173` to open the site in your favorite browser
Expand Down

0 comments on commit 5465f98

Please sign in to comment.