Skip to content

A customizable map generator app for use with tabletop roleplaying games or board games

Notifications You must be signed in to change notification settings

Signatune/mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mapper

Setup/Installation

Install Python requirements:

$ pip install -r requirements.txt

Then, run migrations and start the backend:

$ python server/manage.py migrate && python server/manage.py runserver

In another terminal, start Parcel running to compile the frontend assets from client to the server's static files:

$ cd client/
$ yarn install && yarn run start

Navigate to http://localhost:8000 to view pages.

About

A customizable map generator app for use with tabletop roleplaying games or board games

About

A customizable map generator app for use with tabletop roleplaying games or board games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published