https://github.com/hamishmw/gamestack-web
Gamestack App Website
https://github.com/hamishmw/gamestack-web
app firebase gaming react
Last synced: 3 months ago
JSON representation
Gamestack App Website
- Host: GitHub
- URL: https://github.com/hamishmw/gamestack-web
- Owner: HamishMW
- Created: 2016-07-28T10:44:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T10:18:35.000Z (over 1 year ago)
- Last Synced: 2025-02-28T17:46:49.932Z (3 months ago)
- Topics: app, firebase, gaming, react
- Language: JavaScript
- Homepage: https://gamestackapp.com/
- Size: 152 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gamestack App Website
A simple website for the Gamestack iOS App.

## Install & run
Make sure you have npm and yarn installed. Install dependencies with:
```bash
yarn
```Once it's done start up a local server with:
```bash
yarn start
```