Skip to content

thenick775/days-since

Repository files navigation

Days Since

Days since, a web app that visualizes time passed since any event

demo

Privacy first, no ads, free forever 🚀

Try it live!

Getting started

Install dependencies

npm install;

Development

To run the development server locally:

npm run dev;

Visit the url output after running the command above in your browser to see the application.

Build

To build the application for production:

npm run build;

The build output will be in the ./dist directory.

Linting

To run the linter:

npm run lint;

To fix linting issues:

npm run lint -- --fix;

To assess vulnerabilities, run:

npm audit

Additional commands

Use:

npm run;

to list available scripts

About

Days since, a web app that visualizes time passed since any event

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published