Ruralby requires Netlify to deploy. Create an account in Netlify and add your repository to deploy.
Ruralby is hosted at Sanity. Register an account and create the Sanity following their documentation.
Note: Select NO for: Do you want to use TypeScript? (Y/n) if you want the schemas to be in .js file.
npm create sanity@latest -- --template clean --create-project "Ruralby_Sanity" --dataset production
cd sanity-project
npm run dev
Direct into the newly created Ruralby_Sanity
folder to edit the schemas. You may paste it from the predefined Ruralby repository at studio\schemas
.
With your studio running and your browser open on http://localhost:3333, you can now click the pencil button (📝) to create a new document linking to your blog.
Note that Blog document type "markdown" requires markdown plugin installation in Sanity folder:
npm i sanity-plugin-markdown
This repo is improvised from the fantastic creation by NotYasho.