Code Monkey home page Code Monkey logo

bridge-gui's Introduction

Storj Bridge GUI

Client application for interacting with Storj Bridge.

Installation

Install Node.js, NPM. Clone the repository, install dependencies:

git clone https://github.com/Storj/bridge-gui.git
cd bridge-gui
npm install
npm install -g babel-node concurrently

Running Dev Server

Start the local server (Redux Devtools are enabled by default in development):

npm run dev
npm run start-dev

Building and Running Production Server

npm run build
npm run start-prod

Using Docker

OSX

Docker uses linux containers which relies on the linux kernel, so to use docker on OSX you need to run your docker containers inside of a VM. This can easily be setup and managed with the docker-machine cli tool. Once youve setup a VM to host your docker containers you can ssh into it and follow steps for linux from there.

Install docker-machine

brew install docker-machine

Create a docker "host" VM:

You can choose your own virtual machine platform (e.g. virtualbox, openstack, vmware, etc.) and you may name the VM whatever you like. In these examples we'll be using the virtualbox driver and calling our VM storj-docker but feel free to substitute those for something else.

supported docker-machine drivers

docker-machine create --driver=virtualbox storj-docker

For info on you docker "host":

docker-machine env storj-docker

Configure your shell session for use with your new docker "host": NOTE: (you'll have to do this once per shell/terminal session)

eval $(docker-machine env storj)

Build the bridge-gui project docker image: Using the -t argument, we are assigning a 'tag' parameter whose value is bridge-gui. You may substitude this for something else if you like.

docker build -t bridge-gui .
docker create 9a43ea8b4d23
docker start 63f037c089a3

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.