# SvelteCMS
### All in one cms for your svelte kit project

## <span style="color:red">Warning</span>
Before running this project, please ensure that you have a valid MongoDB connection URL and a Cloudinary account.

### MongoDB Connection URL
To run this project, you will need a connection URL for MongoDB. You can obtain this URL by signing up for a MongoDB account and creating a new cluster. Once you have created your cluster, you can find your connection URL by navigating to the "Connect" tab and selecting "Connect your application".

### Cloudinary Account
This project also requires a Cloudinary account for storing and serving images. You can sign up for a free account at [Cloudinary](https://cloudinary.com/signup). Once you have created your account, you can find your cloud name, API key, and API secret in your [Cloudinary dashboard](https://cloudinary.com/console). Replace the placeholder values for `cloud_name`, `api_key`, and `api_secret`.

## Getting Started

To get started, just run `npx sveltejscms@latest` it will install svelteCMS to your current project or update it if svelteCMS already exists.
## Templates
Start with defaults routes needed to create a blog `npx sveltejscms@latest --t=blog` and more to come.

### More information at [SvelteCMS.dev](https://sveltecms.dev/)