sveltejscms
v0.30.0
Published
svelteCMS, all in one cms for your svelte kit projects.
Downloads
16
Readme
SvelteCMS
All in one cms for your svelte kit project
Warning
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. 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
.
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.