A monorepo of examples showcasing domco integrating with various other libraries.
Examples are located in the apps/ directory.
- Clone the repo.
npm ifrom the root to install dependencies.npm run buildfrom the root directory builds all projects at once.npm run devfrom one of the app directories starts the dev server.- Copy
apps/basic/and change thenamefield inpackage.jsonto create another example.