Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 379 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 379 Bytes

Huff UI

A simple landing page for the Huff Language.

Get Started

Install dependencies and start the development environment:

yarn && yarn dev

Run Prettier:

yarn prettier

Start in production:

yarn build && yarn start # defaults to port 3000. To change the port, pass "-p <port>" to "yarn start"