Skip to content

This is a habit tracker application with web notifications.

Notifications You must be signed in to change notification settings

ninedev-i/habbiton

Repository files navigation

Habbiton Documentation

This is a habit tracker application with web notifications.

Development

git clone https://github.com/ninedev-i/habbiton.git
npm install
docker-compose up -d mongo
npm run dev:server
npm run dev:client

Production

git clone https://github.com/ninedev-i/habbiton.git
docker-compose up

It starts a dev server on localhost:8080.