Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.15 KB

README.md

File metadata and controls

38 lines (32 loc) · 1.15 KB

The official RSG Chess website

About

This website includes everything related to RSG Chess:

  • News, blogs, updates & promotions.
  • How-to-use guides, API docs, FAQs and more.
  • Download links.
  • RSG Chess Community (coming soon).
  • AND MUCH MORE!

It is written by Radi Cho, bootstrapped by create-react-app, published by RSG Group, hosted by Zeit Now and licensed under the Apache 2.0 LICENSE.

Development

  • Clone this repository.
git clone https://github.com/RSG-Group/RSG-Chess-website.git
  • install all required packages
cd path/to/this/repo
    • via NPM
npm install
    • or via Yarn
yarn
  • start the local development server using npm start (or yarn start)

Now you have a standard CRA app. To understand and edit the code better check out the following resources: