/B1App

Web app equivalent of B1Mobile

Primary LanguageTypeScriptMIT LicenseMIT

B1App

Web app version of interface for B1Mobile

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Join us on Slack.

Dev Setup Instructions

For the APIs, you may either set them up on your local machine first, or point to the staging server copies during development. The staging server urls are in the sample dotenv files.

B1App

  1. Copy dotenv.sample.txt to .env and updated it to point to the appropriate API urls.
  2. Pull the appBase submodule with: git submodule init && git submodule update
  3. Install the dependencies with: npm install
  4. run npm start to launch the project.

You may create a test account at https://staging.chums.org/ if you are using the staging api urls.