An open API service indexing awesome lists of open source software.

https://github.com/appunits/run-n8n-locally

Use n8n for free and run it locally on your device!
https://github.com/appunits/run-n8n-locally

docker docker-compose docker-image dockercontainer n8n n8n-automation n8n-node n8n-nodes n8n-tutorial n8n-webhook n8n-workflow n8n-workflows npm npx

Last synced: 3 months ago
JSON representation

Use n8n for free and run it locally on your device!

Awesome Lists containing this project

README

          

# Run n8n for free
Use n8n for free and run it locally on your device!

## How to do so 🤔?
there are 2 ways:

1- As stated in [n8n](https://github.com/n8n-io/n8n) by using `npx` and running the below commnad:
```
npx n8n
```

2- Or by using `Docker` in which we are going to explain all the steps below:
* Clone this repo or download the code
* Navigate to the project directory and run:
```
docker compose up
```

That's it!

**Don't forget to download [ngrok](https://ngrok.com/download) and run the below whenever you are using Webhook node:**
```
ngrok http 5678
```