AcAI use React + Vite to power the beautiful UI interface of AcademyAI.
- NodeJS v20 and above. Latest LTS Recommended.
- pnpm (activate via corepack)
- AcAI Backend (get it on https://github.com/ForgeSherpa/acai-backend)
Simply run:
pnpm iIf
pnpmnot found, runcorepack enablefirst. Run the command above again. If prompted to install pnpm, install it.
Running localy can be done with command below:
pnpm devUse this command instead if you want to build it for production usage:
pnpm buildThere 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.