This repository provides a minimal setup for quickly getting started with n8n workflow automation server. n8n is a powerful, open-source workflow automation tool that enables you to create custom workflows with minimal code.
- Pre-configured n8n environment
- Node.js version management via nvm
- Simplified dependency installation
- Quick start scripts for immediate workflow development
Follow these steps to set up your own n8n instance:
git clone https://github.com/xcsrz/n8n-starter
cd n8n-starter
Choose your operating system below for detailed setup instructions:
Once set up, you can start n8n with:
npm start
This will launch n8n at http://localhost:5678.
You can customize your n8n instance by creating a .env
file in the root directory. See the n8n documentation for available configuration options.
This project is released under the MIT License. See the LICENSE file for details.