Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Oct 2, 2018
1 parent 80c093f commit 3fea7c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -5,10 +5,11 @@ This repository hosts the source code of [v8.dev, the official website of the V8
## Local setup

1. Clone the repository and `cd` into it.
1. Install and use the expected Node.js version: `nvm use`
1. Install and use the [expected](https://github.com/v8/v8.dev/blob/master/.nvmrc) Node.js version: `nvm use`
1. Install dependencies: `npm install`

`npm run` shows the full list of supported commands. Highlights:

- `npm run build` builds the site into `dist`.
- `npm run watch` builds the site into `dist` and watches for changes.
- `npm start` kicks off a local HTTP server.

0 comments on commit 3fea7c0

Please sign in to comment.