Start writing - publishstudio.one
Try interactive demo - demo
This project has a monorepo structure, with the following packages:
-
@publish-studio/core
: Core package, containing the main logic of the project aka the tRPC server. Check it at packages/core. -
@publish-studio/frontend
: Web frontend for the project. Check it at apps/frontend. -
@publish-studio/admin
: Admin panel for the project. Check it at apps/admin.
- Node.js 20
- PNPM
- Clone the repo.
- Run
pnpm install
to install dependencies.