An interactive interface for Buisiness Model Canvas that aims to be an educational tool for buisinesses.
A preview of the tool is available here.
-
Make sure that you have Node installed
-
If you are using Vs Code, install the official Svelte plugin
-
Clone the repo
git clone https://github.com/RedPhoenixQ/Business-Model-Canvas cd "Business-Model-Canvas"
-
Install the packages used
npm install
-
Start dev server
npm run dev
-
Build the application
npm run build