use-adapt / adapt

A planning tool for using diabetes-related open-source projects.
https://use-adapt.github.io/
4 stars 3 forks source link
diabetes reactjs we-are-not-waiting

adapt

Build Status

A planning tool for using diabetes-related open source projects.

To Do

Features

Tests

Bugs

README

Misc.

Contributing

The first step is cloning the repo:

$ git clone --recursive https://github.com/use-adapt/adapt.git

Next, go to Yarn package manager and install it. (You'll need this on your computer to build the project.)

Then:

$ cd adapt
$ yarn install
$ yarn start

These steps will fetch the dependencies for you, install the package, and fire up your browser for you. You should be good to go!

Deployment

Currently, the adapt website is hosted by Github Pages. Provided you have push access to the repository for the site, you can execute

$ yarn deploy

from the root of the project. It will create a production build for you and push it.

Troubleshooting

You may get an error that suggests you may need the latest npm and node.js. To update yours:

npm install npm@latest -g