This repo contains all the prebuilt files used on the site.
npm i
npm start
Once this is running, visit localhost:8080 to view the docs.
In the event that :8080
is in use, you can change the port like so:
npm start -- -p 8081
For more details on configuring the server, see http-server docs.
-
Update package.json to latest version of
ramda
. -
Build the documentation. Simply run
make
.
Node 6 or above is required in order to build jsdoc.
If you are using nvm, simply run:
nvm install && nvm use
To rebuild the docs page:
make docs/index.html
Styles for the site are written with Less, using the Bootstrap package.
To rebuild the main style.css:
make style.css