Skip to content

RSG-Group/RSG-Chess-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: