henrikstranneheim / development

Software development guidelines at Clinical Genomics. http://www.clinicalgenomics.se/development/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Software development guidelines at Clinical Genomics. http://www.clinicalgenomics.se/development/