/biketag-vue

A vue app for the biketag game.

Primary LanguageVueGNU Affero General Public License v3.0AGPL-3.0

biketag-vue

The Official BikeTag App

Netlify Status
license
Sponsors Sponsors

Join the community on GitHub Discussions

biketag-vue logo

Getting Started With Running The Source Code

yarn install

then

yarn run dev

Configuration

You will need to modify your hosts file to include at least one entry for testing a BikeTag Game, Portland example:

# /etc/hosts
...
127.0.0.1    portland.localhost
...

The BikeTag APP does not require any special configuration in order to run the site in read-only mode. You will not be able to upload images to a given game, but you can see all of the content of the available games at biketag.org.

Adding credentials for uploading/editing content

Below you will find some of the primary settings for testing all features of the BikeTag App. You can find all of the configuration values in the wiki.

#.env
# Used for internal authentication
SUPER_ADMIN=admin@email.com
HOST_KEY=anythingyouwantititobe
ACCESS_TOKEN=BIKETAGACCESSTOKEN
# Used for uploading new BikeTag posts
IMGUR_CLIENT_ID=IMGURCLIENTID
IMGUR_CLIENT_SECRET=IMGURCLIENTSECRET
IMGUR_REFRESH_TOKEN=IMGURCLIENTREFRESH
IMGUR_ADMIN_REFRESH_TOKEN=IMGURADMINREFRESH
# Used for google maps integration
GOOGLE_API_KEY=GOOGLEAPIKEY
# Used for BikeTag Player and BikeTag Ambassador logins
AUTH0_CLIENT_ID=AUTH0CLIENTID
AUTH0_DOMAIN=AUTH0DOMAIN
AUTH0_TOKEN=AUTH0TOKEN
AUTH0_AUDIENCE=AUTH0AUDIENCE

Credits

This project was started, managed, funded, deployed, and ultimately delivered by a single contributor. This project, and the BikeTag API that it uses, is the culmination of four years of attempting to "make it easy for anyone and everyone to play the game of BikeTag in their area". Thanks to those who helped finish up features and polish the UI so that this one single contributor could meet their goal.

Many thanks to those who have donated to the BikeTag Project.

Thank you to Netlify for providing a free open source plan for hosting.

Support the BikeTag Project on GitHub, Patreon, or directly by going out and playing a round of BikeTag in your city!

Vendors

Images powered by imgur.com

imgur.com

Structured Content powered by sanity.io

sanity.io

Discussions powered by reddit.com

reddit.com

Mentions powered by twitter.com

twitter.com

Deployed on Netlify servers

Deploys by Netlify