Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 199 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 199 Bytes

influxtimer.com as a static site

No need for a PHP & database backend anymore. :)

npm install

# Build final output to _site
npm run build

# Development
npm run serve