Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timyboy12345/cityquest

CityQuest is a web app that can be used to have city-based, real life adventure games with your internet-connected phone
https://github.com/timyboy12345/cityquest

vue

Last synced: about 1 month ago
JSON representation

CityQuest is a web app that can be used to have city-based, real life adventure games with your internet-connected phone

Awesome Lists containing this project

README

        

# StoryWalks (Formerly CityQuest)

This is the application behind StoryWalks, an app that allows teams to explore cities by foot (or other mode of transportation) while completing tasks.

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```