Skip to content

Commit

Permalink
make
Browse files Browse the repository at this point in the history
  • Loading branch information
devlikepro committed Sep 22, 2024
1 parent f5728a0 commit f53ef5a
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks-nodejs
rev: v1.1.2
hooks:
- id: markdown-toc
stages: [ pre-commit ]
files:
(?x)^(
README.md$|
)$
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@
Example (Template) project for [**Petstore OpenAPI spec**](https://petstore3.swagger.io/)
using [**devlikeapro/n8n-openapi-node**](https://github.com/devlikeapro/n8n-openapi-node)

![screenshot](./images/screenshot.png)

<!-- toc -->

- [Run Petstore n8n node locally](#run-petstore-n8n-node-locally)
* [NodeJS](#nodejs)
* [Install n8n](#install-n8n)
* [Start n8n](#start-n8n)
* [Build and link the project](#build-and-link-the-project)
* [Add node to n8n](#add-node-to-n8n)
* [Start n8n again](#start-n8n-again)
* [Add Petstore Node to new workflow](#add-petstore-node-to-new-workflow)
- [Modify Project](#modify-project)
* [Test Project Locally](#test-project-locally)
* [Publish project](#publish-project)

<!-- tocstop -->

# Run Petstore n8n node locally
Before start modifying the project, we kindly recommend
to run the Petstore locally.
Expand Down Expand Up @@ -52,7 +70,7 @@ n8n start

## Add Petstore Node to new workflow
Find `Petstore` in the node list and add it to your workflow
![screenshot](screenshot.png)
![workflow](./images/workflow.png)

# Modify Project
Now you're ready to start building your n8n community node!
Expand Down
Binary file added images/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f53ef5a

Please sign in to comment.