Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 761 Bytes

File metadata and controls

57 lines (38 loc) · 761 Bytes

Welcome to ReactEdge

1. Clone the repository

git clone https://github.com/reactedge/platform ReactEdge
cd ReactEdge

2. Install mise

curl https://mise.run | sh

Activate it (Bash):

echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc
source ~/.bashrc

Verify:

mise --version

3. Install the ReactEdge toolchain

mise install

This installs the required Node.js and Python versions.

4. Install all project dependencies

chmod u+x ./launcher/scripts/*.sh

mise run widgets-install

This installs the dependencies for all ReactEdge projects and widgets.

5. Launch a widget

mise run widget-dev -- usp

or

mise run widget-dev -- banner