This repository is frontend written in Next.js for the www.redemptorismater.sk website.
To install the dependencies, type the following:
$ yarn install
Create .env
file and set the following variables:
SANITY_PROJECT_ID="<PROJECT_ID>"
SANITY_DATASET="<DATASET>"
To build and serve the app run:
$ yarn dev