Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shri4net/golem-hackathon-2020
Golem Hackathon 2020
https://github.com/shri4net/golem-hackathon-2020
golem
Last synced: 2 days ago
JSON representation
Golem Hackathon 2020
- Host: GitHub
- URL: https://github.com/shri4net/golem-hackathon-2020
- Owner: shri4net
- License: gpl-3.0
- Created: 2020-12-28T17:21:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T14:47:14.000Z (almost 4 years ago)
- Last Synced: 2024-01-24T03:42:03.254Z (10 months ago)
- Topics: golem
- Language: TypeScript
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golem - Golem UI - Electron user interface for Yagna. (Archive / Apps)
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
```