Skip to content

RakeshPotnuru/publish-studio

Repository files navigation

Publish Studio

Start writing - publishstudio.one

Try interactive demo - demo

This project has a monorepo structure, with the following packages:

  • Better Stack Badge @publish-studio/core: Core package, containing the main logic of the project aka the tRPC server. Check it at packages/core.

  • Better Stack Badge @publish-studio/frontend: Web frontend for the project. Check it at apps/frontend.

  • Better Stack Badge @publish-studio/admin: Admin panel for the project. Check it at apps/admin.

Development

Prerequisites

  • Node.js 20
  • PNPM

Setup

  1. Clone the repo.
  2. Run pnpm install to install dependencies.