Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.08 KB

webedit-react Blinkenrocket WebInterface

blinkenrocket.de

Quickstart

System Setup

Getting started with the code

# Clone the Git repo:
git clone https://github.com/ChrisVeigl/blinkenrocket-webedit-react

# Install dependencies and build the project
cd blinkerocket-webedit-react
npm install
npm run build

# Run development server
npm run dev

Now you can access the web interface via http://127.0.0.1:8080

Notes

Contributors