Skip to main content

Development Setup

Set up your local development environment for VLN projects.

Prerequisites

# Check versions
node --version # Should be 20+
pnpm --version # Should be 8+
git --version

Clone Repository

git clone https://github.com/Fused-Gaming/DevOps.git
cd DevOps/devops-panel

Install Dependencies

pnpm install

Start Dev Server

pnpm dev

Visit http://localhost:3000

  • ESLint
  • Prettier
  • Tailwind CSS IntelliSense
  • TypeScript and JavaScript Language Features

See Component Development for next steps.