Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Niccari/wwamap-viewer

Repository files navigation

wwamap-viewer

A tool to output map images for World Wide Adventure(WWA) games.

Preview i

Building the development environment

npm install

Build for development

A browser will be launched on the local host to test the behavior. When you update the code, the browser will hot reload.

npm run start

Build for production

npm run build