There are 3 projects in this monorepo:
- Editor - interface for writing code, file navigation, preview
- Preview - interface for viewing the result real-time
- Api - Express server for CRUD operations, auth. Not integrated to Front yet
From the root path, run:
yarn dev
From the root path, run:
yarn lint
yarn format
From the root path, run
yarn workspace <workspace> add <package>