Skip to content

blinkenrocket/webedit-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2b71592 · Dec 31, 2019
Dec 22, 2017
Dec 31, 2019
Dec 22, 2017
Jun 18, 2016
Dec 22, 2017
Dec 22, 2017
Dec 22, 2017
Mar 6, 2018
May 14, 2019
Jun 3, 2016
Dec 31, 2019
May 13, 2019
Dec 31, 2019
Dec 31, 2019
Dec 31, 2019
Dec 31, 2019

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