An online draught game developed for fun.
- Ruby On Rails
- React
- Redux
- SCSS
- Postgresql
- ruby '2.7.2'
- Rails >= 6.1.3
To get a local copy of the project up and running, follow these simple steps.
# clone repository and cd into its directory
$ git clone https://github.com/chasscepts/draught.git
$ cd draught
# install gems
$ bundle install
# install npm dependencies
$ yarn install
# create database
$ rails db:create
# start rails server
# After running command you can visit the page from you browser on http://localhost:3000
$ rails server
# To enable HMR in development, span a new webpack dev server to handle assets requests
$ ./bin/webpack-dev-server
# Run Tests (RSpec is used for testing)
$ rspec
# Run Ruby Linter
$ rubocop .
# Run Eslint
$ npx eslint .
# Run CSS Linter
$ npx stylelint "**/*.scss"
👤 Obetta Francis
👤 Eze Henry KC
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT