🌍 Create collaborative maps with your friends (and enemies).
- Open the
.env
file out the variables:
DB_USER= // Username for your database
DB_PASS= // Password for your database
SECRET= // You'll need this to access the map settings
- Install the dependencies with
yarn install
- Run the project with
yarn start
Your map will be visible at http://localhost:3000
There are two ways:
- Editing the file
map.yaml
- Visiting
http://localhost:3000/admin/SECRET
(whereSECRET
is the password you defined in the first step of the installation)
If you want to use Twitter as an authentication mechanism you'll need to create an app and add the credentials:
CONSUMER_KEY=
CONSUMER_SECRET=
CALLBACK_URL=https://APP_NAME.glitch.me/auth/twitter/callback
Yeah, so please open an issue in this repo if you:
- Found a horrible bug :(
- Made a cool map you want to share with me :)