Skip to content

MikeCarbone/deco-core

Repository files navigation

Deco Core

This repo is a collection of core Deco plugins. Each of these are the default plugins that power a Deco server.

What's inside?

Here are the core plugins that this repository is home to:

Utilities

This Turborepo has some additional tools already setup for you:

Build

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

turbo build

You may have to install Turbo for this command to work.

Useful Links

Learn more about the power of Turborepo:

Deployment

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

About

Repository for the Deco core plugins

Resources

Stars

Watchers

Forks