Skip to content

Installation Guide

Harjot Singh Rana edited this page Sep 5, 2024 · 1 revision

Installation Guide

Follow these steps to set up Avocodos locally:

Prerequisites

  • Node.js (version 14 or higher)
  • npm (Node package manager)

Steps to Install

  1. Clone the repository:

    git clone https://github.com/HarjjotSinghh/avocodos.git
    cd avocodos/frontend
  2. Install dependencies:

    npm install
  3. Set up environment variables: Copy the .env.example file to .env and fill in the required values.

  4. Run the development server:

    npm run dev
  5. Open http://localhost:3000 with your browser to see the live website.