Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 954 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 954 Bytes

Introduction

This is a software development guide.

Getting started

If you are new to this repository we want to get you started right away! Please have a look at one of the assignments.

Setup

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.