From 891f658305a683aec710cdc3f2d638942475e105 Mon Sep 17 00:00:00 2001 From: iain Date: Fri, 20 Oct 2023 18:30:02 +0700 Subject: [PATCH] Update Readme Co-authored-by: Gustavo Valente --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 72969577..0ad4f42f 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ Xiana has its own Leiningen template, so you can create a skeleton project with ```shell lein new xiana app ``` + +It also has a deps.edn template. Instructions for using it are [here](https://github.com/Flexiana/templates) + [getting-started](./doc/getting-started.md) explains how to use this to create a very simple app with a db, a backend offering an API, and a frontend that displays something from the database. ### As a dependency