Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 344 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 344 Bytes

Frame Tools Landing Page

This is a static website built with eleventy

Getting Started

To get started clone the repository and start the web server with:

npm run start

Then open your browser at http://localhost:8080

Building

To build for production just run:

npm run build