Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukechampine/rote
A flashcard app for Landscape
https://github.com/lukechampine/rote
Last synced: 3 months ago
JSON representation
A flashcard app for Landscape
- Host: GitHub
- URL: https://github.com/lukechampine/rote
- Owner: lukechampine
- License: mit
- Created: 2020-05-04T01:20:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T03:40:31.000Z (about 2 years ago)
- Last Synced: 2024-07-05T14:47:55.388Z (4 months ago)
- Language: JavaScript
- Size: 943 KB
- Stars: 31
- Watchers: 5
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-urbit - rote
README
# rote
A flashcard app for Landscape.
## Installation
First, boot your ship, and make sure you've mounted its pier by running `|mount %` in Dojo.
Then, clone this repo, and create an `.urbitrc` file in the repo directory with the following contents:
```js
module.exports = {
URBIT_PIERS: [
"/path/to/ship/home",
]
};
```Then run these commands from the repo root:
```
yarn
yarn run build
```Finally, in your ship's Dojo, run:
```
|commit %home
|start %rote
```You should then be able to see the `rote` tile on your Landscape home.
For Hoon practice, try importing these decks!
```
~watter-parter/hoon-runes
~watter-parter/common-hoon-runes
~watter-parter/hoon-irregular-forms
```(Alternatively, you can copy the `decks` directory into your pier.)
## Walkthrough
This repository also functions as a walkthrough for creating your own Gall
app! Open up [rote.hoon](urbit/app/rote.hoon) and read the whole thing.## Screenshot
![screenshot](rote.png)