Installation

You can:

  • clone our minimal react devkit or our extended skin CLUX of Frypan Island and start customizing
  • build your own react app using the blocklotto-sdk module

Cloning an Existing React App

  1. Clone one of these repositories:

    git clone https://github.com/Marianas-Rai-Corp/blocklotto-devkit-react
    git clone https://github.com/Marianas-Rai-Corp/clux
  2. Navigate to the project directory accordingly:

    cd blocklotto-devkit-react
    cd clux
  3. Install dependencies:

    npm install
  4. Start the app:

    npm start

The app will now run in development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

Installing blocklotto-sdk

In the root directory of your react app run:

npm install blocklotto-sdk

Please refer to the remaining documentation on this site to use the module correctly.