Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.09 KB

README.md

File metadata and controls

52 lines (29 loc) · 1.09 KB

⏳ Routines

Put your (good) habits in order

Deployment

The app comprises of static, javascript-enabled pages and can be run from any webserver.

Development

Dependencies

One of...

Setup

Choose one of the methods below.

1. NPM

From the root project folder, run:

# install node modules
npm install
# start browser synchroniser
./node_modules/.bin/browser-sync start --server '../' --port 8080 --no-open --watch

Then browse to http://localhost:8080/routines

2. Python

From the root project folder, run:

./serve.py

Then browse to http://localhost:8080/routines

Colours

While the colour scheme is taken from Bootstrap 5, the main colours used are:

  • Blue (primary) - #0d6efd #0d6efd
  • Ateneo Blue - #0b3772 #0b3772
  • Dark - #212529 #212529