From cfa4190ce52f841ffe586603753cdd41523d8940 Mon Sep 17 00:00:00 2001 From: Travis Shears Date: Thu, 5 Jun 2025 09:51:46 +0200 Subject: [PATCH] update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a279e03..7239ad2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ App to store my code snippets. -Start app in dev +## Dev + +Starting by following this guide + +https://clojure-doc.org/articles/tutorials/basic_web_development/ + +### How to run dev server ``` $ clojure -M -m snippets.api