HomeBase Application Code
Contact • Report Bug • Request Feature
Protected Code! Click here for more.
- Download EXE
- Run EXE
In a terminal run the following
git clone https://github.com/HomeBase-App/web-app
Then run the following to start the program.
cd web-app
npm i
npm start
All code files are under the main directory.
The index/init file for the project is ./index.js
.
Running npm start
will run the application.
When making major changes to the project do one of the following.
Make a new branch with the version number + change number.
EX: main
on version 1.0.0
, new branch on version 1.0.1
.
OR
Make a pull request with the code to be reviewed and merged.
License: Apache 2.0
Code sharing terms: Read here