Skip to content

UNRULYEON/advo-kit

Repository files navigation

advo-kit

Digital decks

Prerequisites

What's inside?

This project includes the following packages/apps:

Apps and Packages

  • admin: React application that serves as the admin UI
  • api: API that serves both the admin and web applications and their APIs
  • web: A React application that is the client for browser

Utilities

Build

To build all apps and packages, run the following command:

cd advo-kit
pnpm build

Develop

A certificate is required to run the project. Generate one with mkcert. Make sure to be in the root of the project when generating so the certificates will be placed there. To develop all apps and packages, run the following command:

cd advo-kit
pnpm dev

This will run web, admin and api locally. You can access them by the URLs they print in your terminal.

Useful Links

pnpm:

Turbo repo: