Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.08 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.08 KB

Sanity Sync or Bulk Upload

This Node.js script enables data synchronization between various databases and the Sanity platform using GraphQL. The project also includes a feature for creating multiple array entries using Formik, allowing users to add new entries with a click of a button. Additionally, it supports image uploading to Sanity, facilitating bulk upload tasks. This script provides a comprehensive solution for efficient data management and synchronization.

Stack

To use

  • Fork or download this repo
  • Ready!

Setup

Run:

yarn install

Development

To start development server

make sure convert .env.example. to .env

yarn dev

Deployment

To deploy to vercel now host

yarn deploy

Lint code and check Errors

Using Eslint and Prettier

yarn lint