Git Product home page Git Product logo

cockpit's Introduction

event-engine-cockpit

Actions Status

This project is still under heavy development and it is very likely that there are quite a few bugs, many features to be implemented and lots of sharp edges to be smoothed out. We have a lot of ideas about what features we want to implement next and we would also appreciate feedback from you! Therefore, if you feel like something is missing or not working as nicely as you would expect it to, please open an issue or create a pull request.

Usage

To make the setup as simple as possible, we offer prebuilt Docker containers that can be ran with the following commands. If you do not want to use Docker or you prefer to build your own container, take a look at the installation instructions below.

$ docker run --rm -it -p 3001:443 proophsoftware/event-engine-cockpit:latest

This project aims to be really easy to set up and use while also offering a lot of customization points. To customize the project to your own needs simply copy the default ee-cockpit.config.js file, adjust it to your needs and map it into the container. Take a look at the CONFIG.md file for detailed information.

$ docker run --rm -it -p 3001:443 -v $(pwd)/ee-cockpit.config.js:/var/www/ee-cockpit.config.js proophsoftware/event-engine-cockpit:latest

Installation

$ mkdir event-engine-cockpit
$ cd event-engine-cockpit
$ git init
$ git remote add upstream https://github.com/event-engine/cockpit.git
$ git pull upstream master
$ docker-compose run --rm yarn yarn install
$ docker-compose run --rm -p 3000:3000 yarn yarn start

eslint

The linter may be run with docker-compose run --rm yarn yarn lint or to automatically fix linting errors with docker-compose run --rm yarn yarn lint-fix.

cockpit's People

Contributors

codeliner avatar dependabot[bot] avatar martin-schilling avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.