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 i
If
pnpm
not found, runcorepack enable
first. Run the command above again. If prompted to install pnpm, install it.
Running localy can be done with command below:
pnpm dev
Use this command instead if you want to build it for production usage:
pnpm build
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.