Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.19 KB

README.md

File metadata and controls

29 lines (15 loc) · 1.19 KB

SPCasino

SPCasino or Single Player Casino is a React application where a user can practice their gambling skills. So far, the casino has only blackjack as its game but it is planned to add more single player game on the app.

Website

Installation

To test the application on your local environment, here's how:

  • Clone the repo and the rails API repo here: SPCasino API or just use the default API endpoint defined in the playerActions.js

  • cd into the project folder

  • Install packages and run npm start

      $ npm i && npm start
    
  • The app should run and you're ready to test the app.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/shaquille-galimba/single-player-casino and https://github.com/shaquille-galimba/single-player-casino-api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The app is available as open source under the terms of the MIT License.