GithubHelp home page GithubHelp logo

ulan08 / gather Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gnunicorn/gather

0.0 1.0 0.0 2.79 MB

the meetup.com clone for a user groups consortium blockchain

Home Page: https://gather.wtf

License: GNU General Public License v3.0

Rust 45.56% Shell 0.12% HTML 12.04% JavaScript 42.28%

gather's Introduction

Gather logo

Development

Gather is built using Substrate (Rust), for the UI we are using React and Material-UI.

Clone the repo

git clone https://github.com/gnunicorn/gather
cd gather

Backend / Blockchain / Substrate

To install the Substrate Development environment follow the official guide for a full install. On Linux and Mac this boils down to running:

curl https://getsubstrate.io -sSf | bash -s -- --fast

Then you can compile and run the local development client with:

cargo run -- --dev

Frontend / React

You need Node.js and the yarn package manager.

The frontend lives in /app. To run the dev server for the UI, just cd into that directory and run:

yarn start

This will open the browser showing the JS app locally, connecting to the local blockchain node via an unsecure websocket. It automatically reloads the UI on changes in /app/src.

To start the UI connecting to a remote server, put the address in the enviornment variable $REACT_APP_WS_TARGET when starting the server, e.g.:

REACT_APP_WS_TARGET="ws://otherhost.tld:9944" yarn start

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.