commit b5a0492a74171212074708f0ab18981b2b2a8584 parent 62f6980550f2f9d20388c9c285062036544b250d Author: Nirmal Kumar R <tildezero@gmail.com> Date: Sat, 23 Mar 2024 19:53:59 +0530 Add README.md Diffstat:
A | README.md | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,13 @@ +# Quickwrite +An in-browser app to listen to various FM Radio stations around the world - _No data goes to the server_. + +Website - [https://emptyfm.river.sh](https://emptyfm.river.sh). + +## Deployment + +This is a static website and can be run through any static site server. + +### Example on Python: +```python +python3 -m http.server +```