Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 255 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 255 Bytes

Safidea Templates

To install dependencies:

bun install

To open an app folder

cd apps/<app-name>

To dev an app:

bun run dev

To build an app:

bun run build

To run an app:

bun run start