Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamishmw/gamestack-web
Gamestack App Website
https://github.com/hamishmw/gamestack-web
app firebase gaming react
Last synced: 2 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T10:18:35.000Z (11 months ago)
- Last Synced: 2024-10-11T10:51:41.192Z (3 months ago)
- Topics: app, firebase, gaming, react
- Language: JavaScript
- Homepage: https://gamestackapp.com/
- Size: 152 MB
- Stars: 10
- 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.
![Site preview](/public/site-preview.png)
## 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
```