You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Download this zip file or [clone this repository](https://help.github.com/articles/cloning-a-repository/) and navigate to the directory in the terminal.
7
-
2. Type `npm install`.
8
-
2. Copy `dist\download\version-sample.json` to `dist\download\version.json`.
9
-
2. Type `npm run watch` to run.
10
-
3. This should open a window in your browser with the site running at http://localhost:9000.
6
+
1. Download this repo as a [zip file](https://github.com/processing/p5.js-website/archive/master.zip) or [clone this repository](https://help.github.com/articles/cloning-a-repository/).
7
+
2. Navigate to the `p5.js-website` directory in the terminal and type `npm install`.
8
+
3. Copy `dist\download\version-sample.json` to `dist\download\version.json`.
11
9
12
10
## Running
13
11
14
-
Once you've setup the site, to run again in the future:
15
-
16
-
1. Type `npm run watch` to run.
17
-
2. This should open a window in your browser with the site running at http://localhost:9000.
12
+
Once you've setup the site, type `npm run watch` to run the website. This should open a window in your browser with the site running at http://localhost:9000.
0 commit comments