https://github.com/Retro-Game-Chat/pok--chat
[DEPRECATED] Hackathon Build. Building multiplayer web game using Vue.js, Express, and the Vonage Conversation API.
https://github.com/Retro-Game-Chat/pok--chat
opensource pokemon vonage vuejs
Last synced: 6 months ago
JSON representation
[DEPRECATED] Hackathon Build. Building multiplayer web game using Vue.js, Express, and the Vonage Conversation API.
- Host: GitHub
- URL: https://github.com/Retro-Game-Chat/pok--chat
- Owner: Retro-Game-Chat
- Created: 2020-08-04T10:31:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T13:27:11.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T22:54:33.169Z (about 1 year ago)
- Topics: opensource, pokemon, vonage, vuejs
- Language: Vue
- Homepage: https://hackathon-pokechat.herokuapp.com/
- Size: 7.4 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# PokéChat
This Vue client requires [the PokéChat server](https://github.com/lukeocodes/pok--chat-server) to run. Check out [the demo](https://hackathon-pokechat.herokuapp.com/) and see it all working together.
## Project Setup
Create a `.env` file which contains `VUE_APP_API_URL` with a link to your [PokéChat server](https://github.com/lukeocodes/pok--chat-server).
It should look like this;
```shell
VUE_APP_API_URL=https://localhost:3000
```And, install your dependencies;
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```