fantasy-console/README.md
2023-05-14 23:39:22 -07:00

478 B

Faux

Go to the 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.

If you want to build from source, you should have Deno installed, clone this repo, and then...

To run:

deno task run

To compile:

deno task build_all