This guide helps you configure a local development environment for Butwal Hacks so your setup matches production and linting standards.
Sponsored Community Partner
Documentation sponsorship, when present, is clearly labeled and never blocks access to educational content. We do not run intrusive ads inside core technical documentation.
Prerequisites
Install the following tools before starting:
- Node.js (v18 or later)
- npm (v9 or later)
- Git CLI
Installation Steps
Clone the repository and install dependencies using the commands below.
bash
1git clone https://github.com/Prarambha369/Butwal-Hacks.git2cd Butwal-Hacks/my-app3npm install4npm run dev
Configuration
Set up environment variables in your local setup and keep sensitive keys out of version control.
Keep keys in local environment files and share secrets only through approved maintainer channels.
Edit this page on GitHub
Last updated: Feb 23, 2026