- Clone the repository.
git clone https://github.com/jNaimXIII/PAAL-AI.git - Change into the project directory.
cd PAAL-AI - Install the dependencies.
pnpm installornpm install - Run the project.
pnpm devornpm run dev - Build project for deployment.
pnpm buildornpm run build - Upload the contents of the
distfolder to your web server.
- Node.js
- Pnpm / Npm
- Code Editor (VSCode, Nodepad++, etc.)