Skip to content

campjs/campjs-viii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

64cfcad · Aug 11, 2017
Aug 5, 2017
Aug 9, 2017
Aug 11, 2017
Aug 9, 2017
Aug 8, 2017
May 22, 2017
Jul 12, 2017
May 22, 2017
Apr 27, 2017
Aug 2, 2017
Aug 8, 2017
Aug 5, 2017
Jun 20, 2017
Aug 5, 2017
Aug 5, 2017
May 21, 2017
Aug 2, 2017

Repository files navigation

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