Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shri4net/golem-hackathon-2020

Golem Hackathon 2020
https://github.com/shri4net/golem-hackathon-2020

golem

Last synced: about 2 months ago
JSON representation

Golem Hackathon 2020

Awesome Lists containing this project

README

        

## Golem UI
### (for Hackathon 2020)

Demo Video Link: https://youtu.be/KwzTDBdjcjE

Google Slide Link: https://docs.google.com/presentation/d/1hknIqGfF60lWrCO_lchNP4yEMYVygg_aByMAsv8nkus

To run this project.

- Clone this repo

```bash
git clone https://github.com/shri4net/golem-hackathon-2020.git
cd golem-hackathon-2020/golem-ui
```

- Install the dependencies

```bash
npm install
```

- Now run these two commands in separate consoles.

```bash
npm run dev:react
```

```bash
npm run dev:electron
```