Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 680 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 680 Bytes

Y Labs

Experiments in local-first software with Yjs

🧞 Commands

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run cms Starts dev server+cms at localhost:4321/admin
npm run format Format codebase with Prettier
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying