For an offline version of the website install it globally
npm install -g campjs
campjs
Then open https://localhost:3000
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