Update README
Add boilerplate content to README
Add LICENSE
A dead simple, file system-based, self-hosted pastebin service. Written in Deno with Fresh web framework.
First, install Deno with this link.
Then, clone this repo:
git clone https://git.sr.ht/~tsukii/petunia
cd
to the project directory, then create the directory junkdir
at the root directory.
Finally, start the project:
deno task start
Go to localhost:8000
and you should see Petunia in action!