Skip to content

blinkenrocket/webedit-react

Repository files navigation

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

About

Blinkenrocket Web-Interface to Build Texts and Animations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published