Skip to content

igem-waterloo/cigem

Repository files navigation

CiGEM

CiGEM is a collaborative effort between the University of Toronto and University of Waterloo iGEM teams to create a CI server for iGEM wikis.

You can check it out here:

https://cigem-181114.appspot.com/

Setup

Before you can run or deploy the sample, you need to do the following:

  1. Refer to the [appengine/README.md][readme] file for instructions on running and deploying.

  2. Install dependencies:

    With npm:

    npm install
    

    or with yarn:

    yarn install
    

Running locally

With npm:

npm start

or with yarn:

yarn start

Deploying to App Engine

With npm:

npm run deploy

or with yarn:

yarn run deploy

About

CI server for the igem.org wiki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published