Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 753 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 753 Bytes

OrderlyAI

Live Demo

Check out the live demo of the app here.

Getting Started

Prerequisites

Before you start, you need to have Node.js and npm installed on your machine.

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/justynalem/powerHub.git
  1. Install the dependencies:
npm install

Development

To start the development server, run:

npm run dev

This will start the development server at http://localhost:5173.

Production

To build the production version of the app, run:

npm run build

This will create a dist directory with the compiled assets.