Giter Club home page Giter Club logo

egg's Introduction

Egg, Inc Helper Tools by @mk2

Warning: This project is open source but NOT open contribution. If you have ideas, please discuss with me first.

If you're trying to learn to develop against the private Egg, Inc. API, look into protobuf/ei.proto and lib/api first.

Installation

These instructions may not be 100% correct. On OSX, unless you can figure out the protoc-gen-doc thing you should comment out the protoc line in wasmegg/proto-explorer/Makefile:

# commented out to make MacOS work
#        protoc --doc_out=html,index.html:./public/doc --proto_path ../../protobuf ../../protobuf/*.proto

Install dependencies

On MacOS,

brew install go python node protobuf-c

Set up protobuf

Linux:

sudo apt-get install -y --no-install-recommends protobuf-compiler
# Install protoc-gen-doc
basename=protoc-gen-doc-1.4.1.linux-amd64.go1.15.2
wget https://github.com/pseudomuto/protoc-gen-doc/releases/download/v1.4.1/$basename.tar.gz
tar xf $basename.tar.gz
echo "$PWD/$basename" >> $GITHUB_PATH

MacOS:

# ??? couldn't get this to work
# go get -d -u github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc
# protoc-gen-doc

Set up ETS

brew tap zmwangx/ets https://github.com/zmwangx/ets
brew install zmwangx/ets/ets

Build libraries / data

cd lib
make init
make
cd ..       # back to wasmegg directory

Build egg explorer sites

cd wasmegg
make init -j1
make -j2
cd ..

Build EI Coop Tracker

cd eicoop
yarn
make

egg's People

Contributors

fanaticscripter avatar actions-user avatar mrflip avatar

Stargazers

 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.