FastingTime is a little web app built to help keep track of the fasting day during Ramadan.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# test the production build locally
npm run preview
# run tests with jest (TODO - tests may no longer be working)
# npm run test