This is a monorepository for the development of a todo management app using Svelte, SvelteKit, and Melt-UI. This is based on convetional commits standard.
The project is structured as follows:
packages/app
: This directory contains the SvelteKit app.packages/ui
: This directory contains the components developed usingmelt-ui
.
To get started with development, follow these steps:
- Clone the repository.
- Install dependencies by running
pnpm install
in the root directory. - Start the app by running
pnpm dev
. - Open your browser and navigate to
http://localhost:5173
to see the app in action.
This project is licensed under the MIT License.