Update README.md

This commit is contained in:
gourcetools 2023-03-02 21:37:08 +01:00 committed by GitHub
parent d033b4040b
commit b348d19add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`