Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 890 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 890 Bytes

AcAI Frontend

AcAI use React + Vite to power the beautiful UI interface of AcademyAI.

Requirements

Installation

Simply run:

pnpm i

If pnpm not found, run corepack enable first. Run the command above again. If prompted to install pnpm, install it.

Running

Running localy can be done with command below:

pnpm dev

Building for Production

Use this command instead if you want to build it for production usage:

pnpm build

Deploying

There are couple way to deploy React Project. By Building For Production and deploy it like how you would on any normal html project. Or you can use Vercel, Netlify, or any other cloud service that support Vite.