Skip to content

mathiasritter/austrian-domino-art

Repository files navigation

Austrian Domino Art Homepage

This is the repository for the Austrian Domino Art website www.domino.art. The website is built with Next.js and deployed on Vercel.

How to run locally

  1. Create a file .env.local in the repository root directory and add variables RECAPTCHA_SECRET_KEY and EMAIL_PASSWORD.
  2. Run npm i to install dependencies.
  3. Run npm run dev and open 127.0.0.1 in a browser.