Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 441 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 441 Bytes

strftime

This is the source of strftime.ninja. Strftime is a reference for the strftime formatting directive and a tool to format dates and times.

Use

Install dependencies

npm install

Dev

The dev script will start a server at http://localhost:3000.

npm run rev

You can lint the JS with:

npm run lint

Build

To create a static build, run:

npm run build