Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allthesignals/goff-go
Photograph/tag yourself in front of all Goff locations in Tulsa!
https://github.com/allthesignals/goff-go
Last synced: 11 days ago
JSON representation
Photograph/tag yourself in front of all Goff locations in Tulsa!
- Host: GitHub
- URL: https://github.com/allthesignals/goff-go
- Owner: allthesignals
- Created: 2021-10-29T23:44:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T23:44:27.000Z (about 3 years ago)
- Last Synced: 2024-10-11T11:21:33.588Z (about 1 month ago)
- Language: JavaScript
- Size: 812 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ember-bingo
![Gif demo of Ember bingo](https://media.giphy.com/media/l0HUjC0npNocjSlhe/giphy.gif)
[View App](https://ember-bingo.herokuapp.com/)
To add more buzzwords to the collection, make changes to [app/utils/buzzwords.js](https://github.com/ksin/ember-bingo/blob/master/app/utils/buzzwords.js).
This app is meant to be fun and silly, so buzzword selection is not strict. Feel free to open up a PR to add buzzwords to the bingo board. The only thing we won't allow are people's names or communities. The Ember core team and community is amazing and we shouldn't be mean to them!## Jobs to Be Done
[Lend a hand and open a PR to help with one of these jobs to be done if you want. :)](https://github.com/ksin/ember-bingo/issues/6)
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)
* [Ember CLI](https://ember-cli.com/)
* [Google Chrome](https://google.com/chrome/)## Installation
* `git clone ` this repository
* `cd ember-bingo`
* `npm install`## Running / Development
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).Since this app uses service workers, you will have to wait for a rebuild on every change in order update the app's `sw.js`. See the `ember-service-worker` `versionStrategy` in `ember-cli-build.js`. See the [ember-service-worker documentation on versioning](http://ember-service-worker.com/documentation/configuration/#versioning).
### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
* `ember test`
* `ember test --server`### Linting
* `yarn lint:hbs`
* `yarn lint:js`
* `yarn lint:js --fix`### Building
* `ember build` (development)
* `ember build --environment production` (production)### Deploying
The app is deployed to Heroku. Commit changes via git then `git push heroku master`.
For now, make sure the app is deployed without a `yarn.lock` file so that it installs packages via npm (bug with yarn install and Heroku deploys).## Further Reading / Useful Links
* [ember.js](https://emberjs.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)