cellog / editor-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository structure

We follow the monorepo pattern:

  • apps contains executable and deployable packages:
    • frontend contains the user facing Next.JS app.
    • backend contains the backend express app.

How to run the system

Start the dev server on http://localhost:3000 by running npm run dev in the root folder.

Type checking and linting

Each app has a check script that runs the linting and typechecking. Run it in all apps from the root by running: npm run check --workspaces.

About


Languages

Language:TypeScript 99.2%Language:JavaScript 0.8%