Se você não conhece o Sanity, crie uma conta e faça o tutorial inicial, veja os links a seguir:
Depois de ter criado uma conta e ter feito o primeiro tutorial, crie um "Projeto Vazio", ou seja, sem a utilização de algum template como referência. Concluído o processo de instalação do seu projeto, dê início a ele e faça o login com os dados que você utilizou na criação de sua conta na Etapa 1.
NOTA: Perceba que será executado localmente, uma aplicação web rodando na porta 3333
. Quando você acessar esse endereço, será exigido o login de acesso. Essa aplicação é o Sanity Studio!
Na estrutura de pastas do projeto recém criado procure pela pasta schemas
, e nela cole todos os arquivos da pasta schemas
deste repositório de apoio. Em seguida faça a importação desses arquivos no index.js
do seu projeto Sanity. Veja a imagem:
Volte para o Studio e preencha o conteúdo de todos os campos.
NOTA: Você pode usar as imagens disponíveis na pasta img
deste repositório.
Agora você tem uma base de dados remota e gerenciável para utilizar em seu site, clique no link a seguir para configurar o Front-end com a Api do Sanity:
If you don't know Sanity, create an account and study the initial tutorial, see the following links:
After you have created an account and done the first tutorial, create an "Empty Project", i.e. without using any template for reference. Once you have completed the installation process of your project, start it and log in with the data you used to create your account in Step 1.
NOTE: Note that it will run locally on port 3333
. When you access this address, you will be required to login. This application is Sanity Studio!
In the folder structure of the newly created project look for the schemas
folder, and paste all the files from the schemas
folder of this support repository into it. Then import these files into the index.js
of your Sanity project. See the image:
Go back to Studio and fill in all the fields.
NOTE: You can use the images available in the img
folder in this repository.
Now you have a remote, manageable database to use for your website, click on the following link to set up the Front-end with Sanity's Api: