Skip to content

appunits/run-n8n-locally

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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 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 and run the below whenever you are using Webhook node:

ngrok http 5678