summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.org b/README.org
index 53afb11..510c1bb 100644
--- a/README.org
+++ b/README.org
@@ -4,6 +4,7 @@
 #+setupfile: ~/.emacs.d/org-templates/projects.org
 
 | Website         | https://andinus.nand.sh/projects/vela |
+| Source Code     | https://git.unfla.me/vela             |
 | GitHub (mirror) | https://github.com/andinus/vela       |
 
 * Documentation
@@ -19,3 +20,12 @@ but only once, pictures are deleted after it's viewed once.
 ** Why?
 
 Why not?
+
+I wrote this to play with Vue.
+
+** Server
+
+The server is written in Raku and the implementation is not good.
+
+Look at this blog post for better implementation:
+- https://raku-advent.blog/2019/12/02/crud-cro-http-tutorial/