This is the repository for the Austrian Domino Art website www.domino.art. The website is built with Next.js and deployed on Vercel.
- Create a file
.env.local
in the repository root directory and add variablesRECAPTCHA_SECRET_KEY
andEMAIL_PASSWORD
. - Run
npm i
to install dependencies. - Run
npm run dev
and open127.0.0.1
in a browser.