Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.62 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.62 KB

webedit-react Blinkenrocket WebInterface

Build Status

blinkenrocket.de

Quickstart

System Setup

Getting started with the code

Clone the Git repository, and change into the project directory.

# Install dependencies and build the project
yarn
yarn build

# Run development server
yarn dev

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

Deployment

The production release is hosted at Firebase. To deploy a new version, execute the following commands on your local machine:

  $ FIREBASE_PROJECT_ID='blinkenrocket' FIREBASE_API_KEY='<api key>' FIREBASE_AUTH_DOMAIN='editor.blinkenrocket.de' yarn build-firebase
  $ firebase login
  $ firebase deploy -m "some explanation what this release changes"

Notes

Contributors