diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..75af880 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +patreon: lemmmy \ No newline at end of file diff --git a/README.md b/README.md index fa254dc..9e0446e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ *This project is heavily under development. It is currently in the design stages, meaning there is **no useful functionality yet***. -Rewrite of the Krist Web Wallet, in React. This is a fully clientside Krist wallet that only needs to communicate to the Krist node itself. It securely saves wallets encrypted in your browser's Local Storage, so you don't have to type in wallet passwords ever again! +Rewrite of the Krist Web Wallet, in React. This is a fully clientside Krist +wallet that only needs to communicate to the Krist node itself. It securely +saves wallets encrypted in your browser's Local Storage, so you don't have to +type in wallet passwords ever again! ### Building @@ -17,6 +20,12 @@ npm build # Build the production files ``` +### Contributing + +As per tmpim convention, this project uses +[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) as a +standard for commit messages. + ### Providing host attribution To provide hosting credits in the sidebar footer, create the file @@ -29,6 +38,12 @@ } ``` +### Donate + +If you like my work, and want to help me with this hobby project and many more +in the future, please consider supporting me on +[Patreon](https://patreon.com/lemmmy). + ### License This project is licensed under the GPL v3 license. See LICENSE.txt for more. \ No newline at end of file