Before running this project, please ensure that you have a valid MongoDB connection URL and a Cloudinary account.
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".
This project also requires a Cloudinary account for storing and serving images. You can sign up for a free account at Cloudinary. Once you have created your account, you can find your cloud name, API key, and API secret in your Cloudinary dashboard. Replace the placeholder values for cloud_name
, api_key
, and api_secret
.
To get started, just run npx sveltejscms@latest
it will install svelteCMS to your current project or update it if svelteCMS already exists.
Start with defaults routes needed to create a blog npx sveltejscms@latest --t=blog
and more to come.