Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 591 Bytes

File metadata and controls

14 lines (10 loc) · 591 Bytes

Fyra Stack Homepage

The primary homepage for Fyra Stack. See issues for things to work on.

Commands

All commands are run from the root of the project, from a terminal:

Command Action
bun install Installs dependencies
bun run dev Starts local dev server at localhost:5173
bun run build Build your production site to ./dist/
bun run preview Preview your build locally, before deploying