Merge branch 'master' of github.com:staab/coracle

This commit is contained in:
Jonathan Staab 2023-03-02 15:29:36 -06:00
commit 4d86f8bf60

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`