/recipes-ui

Next.js site for displaying recipes

Primary LanguageTypeScript

Recipes 🧑‍🍳

This project is used to host my collection of recipes on recipes.cortlan.dev. Built with Typescript and Next.js, using GraphQL, deployed on Google Cloud using Github Actions.

Getting Started 🚀

Local Development

  1. nvm use
  2. npm install
  3. npm run dev

Production Development

  1. nvm use
  2. npm install
  3. npm run build
  4. npm start