Skip to content

Commit 168990d

Browse files
authored
Update website development instructions (#9577)
1 parent 0a27393 commit 168990d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PRs and bug reports are welcome, and we are actively looking for new maintainers
1010
The **master** branch is the active development branch.
1111

1212
Building deck.gl locally from the source requires node.js `>=14`. Further limitations on the Node version may be imposed by [puppeteer](https://github.com/puppeteer/puppeteer#usage) and [headless-gl](https://github.com/stackgl/headless-gl#supported-platforms-and-nodejs-versions).
13-
We use [yarn](https://yarnpkg.com/en/docs/install) to manage the dependencies of deck.gl.
13+
We use [yarn](https://yarnpkg.com/en/docs/install) to manage the dependencies of deck.gl, and [volta](https://docs.volta.sh/guide/getting-started) to manage the Node and yarn version.
1414

1515
```bash
1616
git checkout master
@@ -20,6 +20,15 @@ yarn test
2020

2121
See [additional instructions](#troubleshooting) for Windows, Linux and Apple M1.
2222

23+
Run the website:
24+
25+
```bash
26+
yarn build
27+
cd website
28+
yarn
29+
yarn start
30+
```
31+
2332
Run the layer browser application:
2433

2534
```bash

0 commit comments

Comments
 (0)