sirisayshello / recipe-declutter

MIT License
3 stars 1 forks source link

Savorly

A web application that simplifies cooking by decluttering recipes. Users can access clean, distraction-free recipes, save them, and organize their favorites. Built with Next.js, Prisma, and a suite of modern web technologies.

Features


Getting Started

Follow these instructions to set up the project locally.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/recipe-declutter.git
    cd recipe-declutter
  2. Install dependencies

    npm install
  3. Set up the environment:

Create a .env file in the root directory and include necessary environment variables. Key variables might include:

Installation

Run the development server:

   npm run dev

Visit http://localhost:3000 to see the app in action.

Production

To build and start the application for production:

  1. Build the app:

    npm run build
  2. Install required dependencies for Playwright (used for scraping):

    npm run postbuild
  3. Start the app

    npm start

Scripts

Technologies used

License

This project is licensed under the MIT License.