Skip to content

Commit

Permalink
docs: update readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusriff committed Feb 3, 2024
1 parent de69061 commit b7e1d51
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 @@ -3,7 +3,7 @@
First, install node.js on your machine if you haven't installed it yet: https://nodejs.org/en/download

1. Clone this repository by doing `git clone https://github.com/robocin/robocin-website.git`;
2. Do `cd robocin-website` to move to the project folder;
3. Install dependencies with `npm install`;
2. Do `cd robocin-website` to move to the project folder;
3. Install dependencies with `npm install --legacy-peer-deps`;
4. Do `npm run dev` to start the application locally;
5. Go to `http://localhost:3000`.

0 comments on commit b7e1d51

Please sign in to comment.