This repo is a collection of core Deco plugins. Each of these are the default plugins that power a Deco server.
Here are the core plugins that this repository is home to:
This Turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
- Vite for building
To build all apps and packages, run the following command:
turbo build
You may have to install Turbo for this command to work.
Learn more about the power of Turborepo:
We need to figure out a solution to deploy these packages upon push to a repo. I need the scripts available via URL. We may want to do other things to these like track downloads. For now let's just get it live.
- `server/public`` isnt touched in the repo
- When code is merged into main, then we use GH Action to build those files into main, make new commit into the repo
- Deployment just has to load the repo, build and run from root directory