craigdallimore / ramda.github.io

:ram: :globe_with_meridians: Documentation for Ramda.js

Home Page:http://ramdajs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ramda.github.io

To generate the various files required by the website, run the following command (using the actual version number in place of X.Y.Z):

$ VERSION=X.Y.Z make

Start local server

npm run server

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 run server -- -p 8081

For more details on configuring the server, see http-server docs.

What to do on a new release

  1. Update package.json to latest version of ramda.

  2. Install packages: npm i

  3. npm run make_release

About

:ram: :globe_with_meridians: Documentation for Ramda.js

http://ramdajs.com


Languages

Language:HTML 65.8%Language:JavaScript 26.9%Language:CSS 7.3%Language:Makefile 0.0%Language:GCC Machine Description 0.0%