From 8e6ef5e2f698345239c74d3de9615dce299fdfb8 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sun, 2 May 2021 15:52:03 +0200 Subject: [PATCH] dev docs --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index bb4534f..796c934 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,20 @@ services: - 80:5000 ``` +## Development + +1. Clone +2. run `npm i` in the root and and client `client/` folders. +3. Run `npm run dev` to start development. + +Running `npm run dev` in the root folder will start the following things + +- a memcache docker container +- rust backend with hot reload +- client with hot reload + +You can see the app under [localhost:3000](http://localhost:3000). + ###### Attributions Icons made by freepik from www.flaticon.com