Skip to content

chasscepts/draught

Repository files navigation

Draught

An online draught game developed for fun.

Built With

  • Ruby On Rails
  • React
  • Redux
  • SCSS
  • Postgresql

Versions

  • ruby '2.7.2'
  • Rails >= 6.1.3

Live Demo

Getting Started

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"

Authors

👤 Obetta Francis

👤 Eze Henry KC

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT

About

An online draught game developed using RoR and React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors