This is the source of strftime.ninja. Strftime is a reference for the strftime
formatting directive and a tool to format dates and times.
npm install
The dev script will start a server at http://localhost:3000
.
npm run rev
You can lint the JS with:
npm run lint
To create a static build, run:
npm run build