Skip to content

Commit

Permalink
Add Node version (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz authored Aug 2, 2023
1 parent fc8dcea commit 7837d69
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ An admin dashboard for gorse recommender system derived from [shards-dashboard-v

## Quick Start

- Install dependencies by running `yarn`.
- Run `yarn serve` to start the local development server.
1. Install Node 12 and `yarn`.
2. Install dependencies by running `yarn`.
3. Run `yarn serve` to start the local development server.

> - The build might fail if you are using newer versions of Node.
> - [Node Version Manager](http://nvm.sh/) is recommended for managing multiple Node versions on a single machine.
## Usage

Expand Down

0 comments on commit 7837d69

Please sign in to comment.