aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-06-01 10:52:11 -0500
committerChristian Cleberg <hello@cleberg.net>2023-06-01 10:52:11 -0500
commit410c478091562b8b05ab0226931c196d94dcc712 (patch)
treea3d0309f443988dd437ed45be7871e6a422ba357
parent14343865db323804feaef6fb49b6230d2d0aac05 (diff)
downloadhn-410c478091562b8b05ab0226931c196d94dcc712.tar.gz
hn-410c478091562b8b05ab0226931c196d94dcc712.tar.bz2
hn-410c478091562b8b05ab0226931c196d94dcc712.zip
minor: update README.md
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 54bf1d8..8aff18b 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ how to deploy the project on a live system.
- A web server (e.g., Nginx or Apache)
- PHP
-- Optional: [minify](https://github.com/tdewolff/minify/tree/master/cmd/minify)
+- Optional: minify
### Installing
@@ -66,6 +66,8 @@ FallbackResource /index.php
* [PHP](https://www.php.net/) - The scripting language
* [HTML](https://html.spec.whatwg.org/multipage/) - The markup language
+* [minify](https://github.com/tdewolff/minify/tree/master/cmd/minify) - Used to
+minify CSS
## Contributing
@@ -76,10 +78,10 @@ conduct, and the process for submitting pull requests to us.
A scratch pad of ideas that may be useful to implement:
+- [x] Add minimal CSS.
+- [~] Add functionality to view a user's profile.
- [ ] Add functionality to view item-specific page with comments.
-- [ ] Add functionality to view a user's profile.
- [ ] Add functionality to load more items or paginate?
-- [ ] Add minimal CSS.
## Versioning