This repository houses the code for the Cocktails Guru website, a project dedicated to cocktail lovers around the globe. Here you'll find all sorts of cocktail recipes to try and enjoy.
If you'd like to request a new cocktail recipe to be added to the website, please use the following link to create a new issue:
Make sure to fill out the issue template with as much detail as possible. s
This project uses npm (node package manager) for dependency management and Node.js for the runtime environment. Please ensure that you have these installed on your system before proceeding:
- Node.js (version 22 or newer)
Install the required dependencies:
npm install
To start the development server, use the following command:
npm run dev
Your local copy of the project should now be running at http://localhost:3000
.
When you're ready to build the project for production, use the following command:
npm run build
This will create a production-ready version of the project in the out/
directory.