diff options
author | Christian Cleberg <hello@cleberg.net> | 2023-06-01 10:52:11 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2023-06-01 10:52:11 -0500 |
commit | 410c478091562b8b05ab0226931c196d94dcc712 (patch) | |
tree | a3d0309f443988dd437ed45be7871e6a422ba357 | |
parent | 14343865db323804feaef6fb49b6230d2d0aac05 (diff) | |
download | hn-410c478091562b8b05ab0226931c196d94dcc712.tar.gz hn-410c478091562b8b05ab0226931c196d94dcc712.tar.bz2 hn-410c478091562b8b05ab0226931c196d94dcc712.zip |
minor: update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |