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