Academy for the Fixing Fashion project
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/fixing-fashion-academy.git
Install website dependencies
cd fixing-fashion-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