habits is a simple habit tracker with no sign up, no ads or subscriptions and cross device sync.
This is a very basic react app and can be installed in very few steps:
- Clone this repository
git clone https://github.com/thestonechat/habits-sh.git
- Install the modules
cd habits-sh
npm install
- Create .env and enter the base values
REACT_APP_API_URL=https://aquabass.onpella.app
REACT_APP_PUBLIC_URL=http://localhost:3000
- Start the app
npm run start