Life's progress made visible...
Visualising your life in weeks can feel weird and morbid to some but it can prove to be a good indicator of where you currently are in life. This tool aims to be seen in a positive light and help you pursue a better future to maximise the time you have left.
This is a project built using the Svelte starter found here configured to use ESLint, Tailwind and Rollup.
Install the dependencies
npm installStart the local development server by running
npm run devNavigate to localhost:5000, the app should now be running 🚀
To lint the project, run
npm run lintThis will run es-lint to lint your project files.
To create an optimised version of the app, simply run
npm run buildA production-ready build will be put together and placed in the public/ directory
