aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIndrajith K L2024-06-20 23:51:27 +0530
committerIndrajith K L2024-06-20 23:51:27 +0530
commit11c92db4208efb6381a2fd65bcc4de427d1f21f6 (patch)
tree7c17454ff8ef59ad75ce2e48afe52815b874bfb1 /README.md
downloadindrajith-dev-crystal-11c92db4208efb6381a2fd65bcc4de427d1f21f6.tar.gz
indrajith-dev-crystal-11c92db4208efb6381a2fd65bcc4de427d1f21f6.tar.bz2
indrajith-dev-crystal-11c92db4208efb6381a2fd65bcc4de427d1f21f6.zip
Adds Bare Server
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..49084e1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+# indrajith.dev + Crystal
+
+Rewrite of indrajith.dev website using Crystal + HTMX
+
+## Requirements
+- Crystal 1.12.2
+
+## Installation
+
+> shards install
+
+## Usage
+
+### DEV
+
+```sh
+crystal run src/indrajith-dev-crystal.cr --error-trace
+```
+
+## Contributors
+
+- [Indrajith K L](https://indrajith.dev/) - creator and maintainer