Skip to content
Persona 3 Dual

Web-Dev Installation & Running

The team uses VS Code as the development IDE, & Node.js as the JavaScript runtime environment.

The setup for all Web Dev repos are the same. Just ensure that you pull the correct repo!

You need to have VS Code, Node.js, & pnpm already installed on your system.

git clone https://github.com/p3d-project/p3d-web.git
cd p3d-web
git clone https://github.com/p3d-project/p3d-docs.git
cd p3d-docs
pnpm install
pnpm run dev

You should keep an eye out on the terminal for your dev url. By default, it should be http://localhost:4321 by default.

pnpm run build

You are now ready to code!