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
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