git clone https://github.com/Autodesk/react-base-table.git
cd react-base-table
cd website
yarn # install dependencies
use npm install
if you don't get yarn
installed
yarn start
visit http://localhost:8000 after server started, change any file in src
folder and the webpage will hot reload the changes synchronously
yarn deploy
then your changes will be automatically deployed to the Github Pages