Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 641 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 641 Bytes

Saruni project

This project was bootstrapped with the create saruni-app command from Saruni.

Learn more

Get started with Saruni by reading documentation and guides at saruni.dev.

Commands

From your project directory, run:

yarn saruni dev

To launch development servers with local instances of your cloud functions, Prisma client and web project. Open http://localhost:3000 to view your project in the browser.

yarn saruni db migrate (save|up)

To create and apply a migration to your database after making changes to your Prisma schema.