ultraarchive/README.md

19 lines
434 B
Markdown

![The Windows moving file animation](./static/anim.gif)
# ultraarchive
A webtool to explore and add to online archives with ease.
Also my first Svelte project so be nice :(
## development
```sh
git clone https://git.gay/a/ultraarchive.git
cd ultraarchive
npm i
cp ./config.example.json ./config.json
# edit config file to add 2captcha key
# if you do not have one with credits, contact aria to provide one as needed
npm start
```