Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 553 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 553 Bytes

Open in GitHub Codespaces

Ready-made environment to prototype designs via TailwindCSS quickly.

Automatically sets up file watcher services to hot-reload changes in the browser.

Getting started without a devcontainer

npm ci && npm start

Thanks go out to Alexander Zeitler for his post on setting this up.