Skip to content

seyLu/life-in-weeks

Repository files navigation

life-in-weeks icon

life-in-weeks

Life in weeks. Based on a reddit post.

Deploy badge MIT License

Report Bug · Request Feature · Ask Question


Developing Locally

1. Install dev dependencies

npm i -D

2. Run dev script.

npm run dev
# this will watch for changes in src/*.html and src/*.js
# build to dist/ on change
# and restart the server

You can view the local server at localhost:3000.