aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 17 insertions, 2 deletions
diff --git a/README.md b/README.md
index 969a265..194ffd1 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,25 @@
# hn
-[hn](https://hn.cleberg.net) is a simple front-end alternative for Hacker News.
-hn focuses on simplicity and privacy.
+[hn](https://hn.cleberg.net) is a simple front-end alternative for Hacker
+News, focusing on privacy and simplicity.
+
+## TODO
+
+A scratch pad of ideas that may be useful to implement:
+
+- [ ] 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.
## Development
+This just uses plain PHP and HTML, no special package managers or development
+tools needed. Just start editing the files with your favorite editor and use a
+server with PHP if you want to view the results or deploy your own version.
+
+## Deployment
+
To deploy, ensure you have a publicly-available web server and configure it to
fallback with all errors to the `index.php` file rather than returning a `404`
error.