Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 485 Bytes

readme.md

File metadata and controls

30 lines (21 loc) · 485 Bytes

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 [email protected]: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