Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rainlanguage/rain-toolkit-gui
https://github.com/rainlanguage/rain-toolkit-gui
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rainlanguage/rain-toolkit-gui
- Owner: rainlanguage
- Created: 2022-01-05T22:20:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T09:55:23.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T10:29:16.016Z (10 months ago)
- Language: Svelte
- Size: 101 MB
- Stars: 0
- Watchers: 3
- Forks: 6
- 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
```