Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 316 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 316 Bytes

GET YOUR SHIT TOGETHER HABIT TRACKER APP

This is a habit tracker app inspired by the "Atomic Habits" book.

RUN THE PROJECT:

Docker

  • first time: docker-compose up --build
  • otherwise: docker-compose up

Using Node.js/nvm directly

  1. cd backend
  2. npm run dev (brings up frontend + backend)