Morphum is a web application that allows you to create different themes for your website. This is the monorepo for the project.
This repo is generated with Turborepo. Check Turborepo CLI Usage.
apps
└─ Contains apps that would be build and deployed
packages
└─ Contains shared packages
Prerequisites:
- NodeJS v18
- pnpm
To install dependencies:
pnpm i
To run individual projects, check each projects readme in the project dir.