aims to become the most powerful tool for using language models to work with and on text
To start using shortrest, download the latest release from the releases tab.
If you want to help with development on shortrest you might first need to follow these steps and enter these console commands:
- Install a javascript runtime environment like deno or nodejs.
- (Windows) Install git if you're on windows.
- Clone this repository and open the downloaded directory:
git clone git@github.com:Bra7wurs7/shortrest.gitcd shortrest
- Install the javascript packages that shortrest depends on:
deno iornpm idepending on what js runtime you chose.
- Start the application in development-mode:
deno run devornpm run dev
- Open the applicaiton in your favorite browser by navigating to localhost:3000
firefox 127.0.0.1:3000
To build a single-file executable like what you can find in the releases tab, you might also have to follow these steps and enter these console commands:
- Install the rust toolchain. You can do this by visiting rustup.rs.
- Build the application in release mode:
deno run build-linuxfor a great experience on linux,deno run build-applefor having fun on mac, orreno run build-windowsfor windows.
- The build artefacts will be saved in ./target/{platform}/release
I will soon contact my local tax office to figure out how to get this project funded