Academy for the Project Kamp project
- Project Kamp Website - https://projectkamp.com/
- Project Kamp Academy - https://community.projectkamp.com/academy/start/intro
It isn't particularly well-optimised for external contribution (yet!), but if you really want to try it out:
-
Install Node
Follow instructions at https://nodejs.org/en/download/ -
Install Yarn
Follow instructions at https://yarnpkg.com/lang/en/docs/install -
Clone the repo
Either use your favourite git client client or
git clone https://github.com/ONEARMY/project-kamp-academy.git
-
Install website dependencies
cd project-kamp-academy/website
yarn install
yarn start
The above command will automatically start up a local development server with live-reload, and open in a web browser. Any changes you make should automatically recompile and refresh your browser window
For information on how to develop with docusaurus see:
https://docusaurus.io
Different parts of this project are under different license conditions
- Content: All our content is licensed under Creative Commons Attribution - Sharealike International 4.0. You can read a summary of that here, or check out the full license.
- Code: Code license for the academy site is GPL-3.0 License.