donation-site/README.org
Foster Hangdaan 2dbc943aa1
Use static assets from S3 bucket
This replaces all asset links to use the new public S3 bucket. It also
upgrades several packages:

- Simple Icons v10.2.0 to v13.9.0
- Tabler Icons v3.0.0/v2.47.0 to v3.14.0
- Monaspace v1.000 to v1.101
2024-09-08 11:12:53 -04:00

51 lines
1.5 KiB
Org Mode

#+title: Foster Hangdaan's Donations Website
* About
This is the source code for Foster Hangdaan's payment & donation website at [[https://pay.fosterhangdaan.com]]. The online repository can be found at [[https://code.fosterhangdaan.com/foster/donation-site]].
* Getting Started with Development
#+begin_quote
*IMPORTANT:* This repository uses [[https://git-lfs.com][Git LFS]] for large files. Install and set it up before cloning this repository.
#+end_quote
Run the development server:
#+begin_example
deno task serve
#+end_example
To build:
#+begin_example
deno task build
#+end_example
To deploy:
#+begin_example
deno task deploy
#+end_example
* License
#+attr_html: :width 200px
[[https://minio.fosterhangdaan.com/public/images/logos/licenses/agplv3.svg]]
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
* Copyright
Copyright \copy 2024 [[mailto:foster@hangdaan.email][Foster Hangdaan]]