https://github.com/mdbarr/worldly
RPG/Mud World Map Creator
https://github.com/mdbarr/worldly
Last synced: 10 days ago
JSON representation
RPG/Mud World Map Creator
- Host: GitHub
- URL: https://github.com/mdbarr/worldly
- Owner: mdbarr
- Created: 2020-04-13T21:16:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T11:32:54.000Z (over 3 years ago)
- Last Synced: 2025-03-02T00:23:58.859Z (over 1 year ago)
- Language: JavaScript
- Size: 4.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# worldly
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).