diff --git a/README.md b/README.md new file mode 100644 index 0000000..52a98f7 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# nirm.al + +This is a static website and can be run through any static server. + +## Example on Python: +```python +python3 -m http.server +```