This is a software development guide.
If you are new to this repository we want to get you started right away! Please have a look at one of the assignments.
This section described how to setup the repo for development. To preview changes in the finished format you need the GitBook CLI. To run it you need to install Node.js and NPM. If you are using conda you should be able to run:
conda install -c conda-forge nodejs
# that line installs both `node` and `npm`
npm install -g gitbook-cli
# now you should be able to run
gitbook help
# to preview changes in a browser, navigate to the repo and run:
gitbook serve
You can read more in the official GitBook Toolchain documentation.