Merge pull request #35 from gourcetools/patch-1

Update README.md with instructions to run locally
This commit is contained in:
Jon Staab 2023-03-02 14:39:32 -06:00 committed by GitHub
commit 73bcd40a3b
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`