fantasy-console/README.md

21 lines
478 B
Markdown
Raw Normal View History

2023-05-14 23:39:22 -07:00
# Faux
2023-05-06 17:18:49 -07:00
2023-05-14 23:39:22 -07:00
Go to the [Releases](https://git.playbox.link/dylan/fantasy-console/releases) page to find downloadable executables.
NOTE: If you are running Faux on Linux, you will need to have `xsel` installed.
## Developing
Faux is written in TypeScript to be run or compiled by [Deno](https://deno.com/runtime).
If you want to build from source, you should have Deno installed, clone this repo, and then...
To run:
2023-05-06 17:18:49 -07:00
```
deno task run
```
2023-05-14 23:39:22 -07:00
To compile:
2023-05-06 17:18:49 -07:00
```
2023-05-14 23:39:22 -07:00
deno task build_all
```