Days since, a web app that visualizes time passed since any event
Privacy first, no ads, free forever 🚀
npm install;
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.
To build the application for production:
npm run build;
The build output will be in the ./dist directory.
To run the linter:
npm run lint;
To fix linting issues:
npm run lint -- --fix;
To assess vulnerabilities, run:
npm audit
Use:
npm run;
to list available scripts
