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.
- Fork or download this repo
- Ready!
Run:
yarn install
To start development server
make sure convert .env.example. to .env
yarn dev
To deploy to vercel now host
yarn deploy
Using Eslint and Prettier
yarn lint