https://github.com/rainlanguage/rain-toolkit-gui
https://github.com/rainlanguage/rain-toolkit-gui
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rainlanguage/rain-toolkit-gui
- Owner: rainlanguage
- Created: 2022-01-05T22:20:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T09:55:23.000Z (over 3 years ago)
- Last Synced: 2025-04-23T21:49:50.205Z (about 1 year ago)
- Language: Svelte
- Size: 101 MB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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
```