Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benrbray/rpg-idris

An role-playing game character sheet generator, written in `idris2`!
https://github.com/benrbray/rpg-idris

Last synced: 17 days ago
JSON representation

An role-playing game character sheet generator, written in `idris2`!

Awesome Lists containing this project

README

        

# `rpg-idris`

## Dependencies

* Install `idris2`
* Install [`idris2-pack`](https://github.com/stefan-hoeck/idris2-pack)
* (optional) Install [`just`](https://github.com/casey/just)

## Build

The `justfile` contains a `build` command which compiles the Idris source to JavaScript and collects the relevant output files in the `dist` folder.

```
just build
```

After the build has succeeded, open `dist/index.html` in a browser to view the result.