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/
Before you can run or deploy the sample, you need to do the following:
-
Refer to the [appengine/README.md][readme] file for instructions on running and deploying.
-
Install dependencies:
With
npm
:npm install
or with
yarn
:yarn install
With npm
:
npm start
or with yarn
:
yarn start
With npm
:
npm run deploy
or with yarn
:
yarn run deploy