Installation Guide - Avocodos/avocodos GitHub Wiki
Installation Guide
Follow these steps to set up Avocodos locally:
Prerequisites
- Node.js (version 14 or higher)
- npm (Node package manager)
Steps to Install
-
Clone the repository:
git clone https://github.com/HarjjotSinghh/avocodos.git cd avocodos/frontend
-
Install dependencies:
npm install
-
Set up environment variables: Copy the
.env.example
file to.env
and fill in the required values. -
Run the development server:
npm run dev
-
Open http://localhost:3000 with your browser to see the live website.