Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.23 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.23 KB

Carto - Mapping Discord Bot

Carto aims to give DMs and Players on Discord a simple way to track movement around a gridded map.

Deployment

Getting Started

Here are some steps to help you get started with Carto

Development

This project uses NPM Workspaces, and thus requires a Node version of 14 or higher, and an NPM version higher than 7.

Each package is individually documented, but all builds, tests and linting can be run from the root directory with

npm run build
npm run test
npm run lint

respectively.

Contributing

All contributions are welcome! Please raise an issue with your ideas first before making a PR.