Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rainlanguage/rain-toolkit-gui


https://github.com/rainlanguage/rain-toolkit-gui

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Rain Toolkit
Front-end prototypes and examples for components of Rain Protocol.

This repo is a constant WIP and shouldn't be relied on for production critical tasks.

## Development setup

### Nix Shell

Install the nix shell if you haven't already.

```
curl -L https://nixos.org/nix/install | sh
```

Drop into a nix-shell.

```
cd rain-toolkit-gui
nix-shell
```

Then start the app
```
dev
```