- Node.js (v16 or higher)
- npm or yarn package manager
- Clone the repository
git clone https://github.com/your-username/pphat.netlify.app.git
cd pphat.netlify.app
- Install dependencies
npm install
- Set up environment variables
cp .env.example .env.local
# Add your configuration values
- Start development server
npm run dev
- Build for production
npm run build
- Preview production build
npm preview