koi-boy / adapt

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

Home Page:https://use-adapt.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adapt

Build Status

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

To Do

Features

  • Include relevant reading material for projects/configurations
  • Indicate configurations as "preferred"/"substandard"/"discontinued"/"beta"
  • Add requirement info modal Assign approximate costs to each requirement

Tests

  • Add continuous integration (TravisCI)
  • Write unit tests for Transducer class
  • Check to make sure configuration elements/requirements are in sync

Bugs

  • Package install fails

README

  • Add badges
  • Add logo

Misc.

  • Standardize Javascript style
  • UI - create two columns for project list
  • Git Hook - yarn deploy on every commit to master
  • Add a description
  • Alphabetize everything

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

About

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

https://use-adapt.github.io/


Languages

Language:JavaScript 95.3%Language:HTML 4.7%