Skip to content

Commit f6882c1

Browse files
committed
Some basic instructions for running locally
Signed-off-by: Eric Johnson <edj.boston@gmail.com>
1 parent 286a096 commit f6882c1

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
videojs.com
22
===========
33

4-
The Video.js Website
4+
The Video.js Website
5+
6+
Instructions
7+
------------
8+
9+
To run the site locally, install [wintersmith](http://wintersmith.io/) globally using npm:
10+
11+
sudo npm install -g wintersmith
12+
13+
Change to the repo's root directory and ask wintersmith to build the site. This will generate the static site in videojs.com/build. _Note:_ you may be prompted to install the wintersmith-less module before the build will succeed:
14+
15+
cd videojs.com
16+
wintersmith build
17+
18+
Finally, run the site:
19+
20+
wintersmith preview
21+
22+
Withersmith will return a host and port to view the site, usually [http://localhost:8080/](localhost:8080)

0 commit comments

Comments
 (0)