-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
PukkaVXR edited this page May 15, 2025
·
2 revisions
Visit https://pukkavxr.github.io/MapGenie/ to use the tool
-or-
- Node.js (v18+ recommended)
- npm
-
Clone the repository:
git clone https://github.com/PukkaVXR/MapGenie.git cd MapGenie -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser:
Visit http://localhost:5173 (or the port shown in your terminal).
npm run buildThe static site will be in the dist/ folder.
See the README for GitHub Pages deployment instructions.