This repository contains a minimal, functional web application and supporting documentation for the VL RHETORICA project. The goal of the project is to provide a structured roadmap and comprehensive resources for turning a rhetoric‑focused concept into a full business venture.
- Interactive Roadmap App – A React application using Vite and Tailwind CSS. It organises tasks across three phases, records risks, tracks asset protection actions and lists key deliverables.
- Business Model – A markdown document (
docs/BusinessModel.md) outlining the nine components of a business model canvas with guidance on customer segments, value propositions, revenue streams and more. - Manifesto – A manifesto (
docs/Manifesto.md) articulating VL RHETORICA’s core values, story and purpose using strategies like starting with core values and telling a story to connect emotionally. - Style Guide – A style guide (
docs/StyleGuide.md) defining the brand story, logo guidelines, colour palette, typography, imagery, tone of voice and editorial rules. - Application Documentation – A user guide (
docs/Documentation.md) describing the app’s features, installation steps and ways to extend it.
To run the app locally:
-
Change into the project directory:
cd vl_rhetorica_app -
Install dependencies:
npm install
-
Start the development server:
npm run dev
Visit the printed local URL in your browser to interact with the roadmap.
Feel free to fork this repository and adapt it for your own projects. If you add features or improve documentation, consider submitting a pull request so others can benefit.
This project is provided for educational purposes. See the LICENSE file if present for details.