Web app version of interface for B1Mobile
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Join us on Slack.
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.
- Copy
dotenv.sample.txt
to.env
and updated it to point to the appropriate API urls. - Pull the appBase submodule with:
git submodule init && git submodule update
- Install the dependencies with:
npm install
- 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.