Skip to content

Commit

Permalink
live demo link fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
panliswe committed Apr 28, 2021
1 parent 1bb9ea8 commit fdd667a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,37 @@ Each game will promp a rule message simply explaining the game play flow for eac

Each game will have their own leaderboard of top 10 score.

Users are able to submit their scrore to the database
Users are able to submit their scrore to the database

Each user will have access to all of their game records and will be able to delete their record if it's not on the leaderboard.

## Play Now

To see the app on public domain, click [here](https://oopanpan.github.io/ameowsement)
[Live Demo](https://oopanpan.github.io/ameowsement_park/)

## Play Later

To run the app on local machine first clone this repository

### making a local copy of the app

```bash
git clone https://github.com/oopanpan/ameowsement.git
```

### check environment

this project was built in ruby 2.7.1 and postgreSQL as database, you can install using homebrew

```bash
$ brew install ruby
$ brew install postgres
```

### check dependencies and run migration
### check dependencies and run migration

**in ameowsment_backend_api**

```bash
$ bundle && yarn
$ rails db:setup
Expand All @@ -46,6 +49,7 @@ $ rails db:setup
### start the server

**in ameowsment_backend_api**

```bash
$ rails s
```
Expand Down Expand Up @@ -93,4 +97,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.

0 comments on commit fdd667a

Please sign in to comment.