File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,19 @@ The PostgREST MCP server allows you to connect your own users to your app via RE
204204- [ ** Model Context Protocol** ] ( https://modelcontextprotocol.io/introduction ) : Learn more about MCP and its capabilities.
205205- [ ** From development to production** ] ( /docs/production.md ) : Learn how to safely promote changes to production environments.
206206
207+ ## For developers
208+
209+ This repo uses npm for package management, and the latest LTS version of Node.js.
210+
211+ Clone the repo and run:
212+
213+ ```
214+ npm install --ignore-scripts
215+ ```
216+
217+ > [ !NOTE]
218+ > On recent versions of MacOS, you may have trouble installing the ` libpg-query ` transient dependency without the ` --ignore-scripts ` flag.
219+
207220## License
208221
209222This project is licensed under Apache 2.0. See the [ LICENSE] ( ./LICENSE ) file for details.
You can’t perform that action at this time.
0 commit comments