Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timyboy12345/cityquest
- Owner: timyboy12345
- Created: 2024-09-10T14:58:54.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T11:30:18.000Z (about 2 months ago)
- Last Synced: 2024-09-29T11:45:35.969Z (about 2 months ago)
- Topics: vue
- Language: Vue
- Homepage: https://cityquest.arendz.nl
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```