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
-
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
-
Navigate to the project directory accordingly:
cd blocklotto-devkit-react
cd clux
-
Install dependencies:
npm install
-
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.