A powerful tool for entrepreneurs and startups to create and manage their Lean Canvas business models.
- Create and edit Lean Canvas models
- Save/Load multiple canvases for different business ideas
- Export canvases as image files
- Node.js (v14 or later)
- npm (v6 or later)
- Clone the repository:
git clone https://github.com/brucechou1983/lean-canvas-app.git
- Navigate to the project directory:
cd lean-canvas-app
- Install dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 to view the app in your browser.
This project is licensed under the MIT License - see the LICENSE file for details.
To learn more about the Lean Canvas methodology, check out Lean Stack.
If you encounter any issues or have questions, please file an issue on our GitHub issue tracker.
This project includes Docker support for easy development and deployment.
- Docker
- Docker Compose
- Build and start the Docker container:
docker compose up --build
Happy business modeling!