Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 546 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 546 Bytes

habits.sh

habits is a simple habit tracker with no sign up, no ads or subscriptions and cross device sync.

Installation

This is a very basic react app and can be installed in very few steps:

  1. Clone this repository
git clone https://github.com/thestonechat/habits-sh.git
  1. Install the modules
cd habits-sh
npm install
  1. Create .env and enter the base values
REACT_APP_API_URL=https://aquabass.onpella.app
REACT_APP_PUBLIC_URL=http://localhost:3000
  1. Start the app
npm run start