Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 943 Bytes

File metadata and controls

40 lines (26 loc) · 943 Bytes

Business Model Canvas Tool

An interactive interface for Buisiness Model Canvas that aims to be an educational tool for buisinesses.

Preview

A preview of the tool is available here.

Recommended IDE Setup

VS Code + Svelte.

Getting started

  1. Make sure that you have Node installed

  2. If you are using Vs Code, install the official Svelte plugin

  3. Clone the repo

    git clone https://github.com/RedPhoenixQ/Business-Model-Canvas
    cd "Business-Model-Canvas"
  4. Install the packages used

    npm install
  5. Start dev server

    npm run dev
  6. Build the application

    npm run build