From b348d19addf44a5669b5ce5463054cddcd1c0b24 Mon Sep 17 00:00:00 2001 From: gourcetools <120996278+gourcetools@users.noreply.github.com> Date: Thu, 2 Mar 2023 21:37:08 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ace2783e..e3889f16 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,11 @@ If you like Coracle and want to support its development, you can donate sats via - [ ] Profile and content search You can find a more complete changelog [here](./ROADMAP.md). + + +# Run Coracle locally: + +- Clone the project repository: `git clone https://github.com/staab/coracle.git` +- Navitage to the project directory: `cd coracle` +- Install dependencies: `npm install` +- Start the development server: `npm run dev`