A planning tool for using diabetes-related open source projects.
- Include relevant reading material for projects/configurations
- Indicate configurations as "preferred"/"substandard"/"discontinued"/"beta"
- Add requirement info modal Assign approximate costs to each requirement
- Add continuous integration (TravisCI)
- Write unit tests for Transducer class
- Check to make sure configuration elements/requirements are in sync
- Package install fails
- Add badges
- Add logo
- Standardize Javascript style
- UI - create two columns for project list
- Git Hook - yarn deploy on every commit to master
- Add a description
- Alphabetize everything
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!
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.
You may get an error that suggests you may need the latest npm and node.js. To update yours:
npm install npm@latest -g