Welcome pack, essential information and teaching resources for the Coding Bootcamp.
You can view these documents here on Github Pages
To contribute to these docs you simply edit the markdown files.
If you'd like to be able to review/preview the docs locally
- checkout the repository
git clone [email protected]:develop-me/coding-bootcamp.git coding-bootcamp-guide
- install Docsify globally:
npm i docsify-cli -g
- Spin up a local server:
docsify serve docs
- view in browser: