Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 827 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 827 Bytes

ZBox

Setup Instructions

Backend Setup

Create a .env file in the backend directory and copy the contents of backend/.env.example to the file, replacing the sample values with your desired values. If defaults are set in the .env.example file, you can leave them as is.

cd backend
docker-compose up

Frontend Setup (Node.js 18+ required)

Create a .env file in the frontend directory and copy the contents of frontend/.env.example to the file, replacing the sample values with your desired values

Start the app using the following ocmmands

# Navigate to frontend directory
cd frontend

# Install dependencies
npm install

# Start the development server
npm run dev

The application will be available at: