The CampJS website http://viii.campjs.com


Keywords
campjs
License
ISC
Install
npm install campjs@8.6.0

Documentation

CampJS VIII

http://viii.campjs.com

For an offline version of the website install it globally

npm install -g campjs
campjs

Then open http://localhost:3000

Contribute

To run the development server:

git clone git@github.com:campjs/campjs-next.git
cd campjs-next
npm install
npm run dev

We use Github pages which is configured to look in the docs directory for the static site.

Before submitting a pull request, please build the site.

npm run build