Skip to content

Getting Started

PukkaVXR edited this page May 15, 2025 · 2 revisions

Getting Started

Visit https://pukkavxr.github.io/MapGenie/ to use the tool

-or-

Requirements

  • Node.js (v18+ recommended)
  • npm

Installation

  1. Clone the repository:

    git clone https://github.com/PukkaVXR/MapGenie.git
    cd MapGenie
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser:
    Visit http://localhost:5173 (or the port shown in your terminal).

Building for Production

npm run build

The static site will be in the dist/ folder.

Deploying

See the README for GitHub Pages deployment instructions.

Clone this wiki locally