Awesome
Rivine Reference User Interface
This is the a reference user interface application for Rivine, it is a desktop application based off the electron framework. The ambition behind this project is to provide an example User Interface for projects using the Rivine technology.
Prerequisites
- rivined
- node & npm 6.9.0 LTS Earlier node versions may work, but they do not have guaranteed support.
libxss
is a required dependency for Electron on Debian, it can be installed withsudo apt-get install libxss1
.
Run from source
- Install dependencies mentioned above
- Download or
git clone
the repository - npm install
- npm start
Contributing
Read the document linked above to start getting knowledgable about the application and its technologies.
Take a look at our issues page for a high level view of what objectives we're working on.
Or if you're the type to jump right into code, just search through the project
(sans the node_modules
folder) for the term TODO:
. If you're on a UNIX
(Linux & OSX) system, run grep -r 'TODO:' js plugins
in a terminal at the
root level of the project
Repository Owners
- Rob Van Mieghem (@robvanmieghem)
- Lee Smet (@leesmet)