https://github.com/dappsar/arqme
Architecture Game
https://github.com/dappsar/arqme
Last synced: about 1 year ago
JSON representation
Architecture Game
- Host: GitHub
- URL: https://github.com/dappsar/arqme
- Owner: dappsar
- License: mit
- Created: 2022-04-29T19:49:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T15:56:55.000Z (about 4 years ago)
- Last Synced: 2025-02-02T22:59:24.063Z (over 1 year ago)
- Language: JavaScript
- Size: 2.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digital Architecture Festival Game
## Introduction
Simple game to play with architecture's stack
## Dependencies
* nvm with nodeJs & npm / yarn
* Firebase account
* Heroku Account
## Deploy to heroku
* Create account in heroku.com
* Insall heroku: npm i -g heroku
* Enter command: heroku login
* Run command: heroku git:remote -a NAME_APP
* Configure react buildpack in heroku site / app settings:
https://buildpack-registry.s3.amazonaws.com/buildpacks/mars/create-react-app.tgz
* Define environment variables in heroku site, app settings
* push: git push heroku BRANCH_ORIGEN:master
* Open app: https://arqme.herokuapp.com/
---
## References
* Environment: https://trekinbami.medium.com/using-environment-variables-in-react-6b0a99d83cf5