Docs / Engineering / Environment Setup

Environment Setup

Core Maintainer Guide5-min read

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.git
2cd Butwal-Hacks/my-app
3npm install
4npm 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