Getting Started
Technical Introduction
This section explains how to run and begin working with the MSlide² Framework.
Concepts such as Structured Content Exploration, use cases, and framework philosophy are covered in the MSlide² Product Definition documentation.
Requirements
MSlide² is designed to run in a standard web environment.
No framework-specific installation is required.
To preview the project locally, use any local web server.
Local Preview
Serve the project through localhost:
python3 -m http.server 8080
Then open:
http://localhost:8080
Opening the framework through file:// is not recommended. Browser security restrictions may prevent assets and plugins from working correctly.
Starter Contents
The public starter includes:
- A blank
index.html - Reveal.js runtime files
- Bulma integration
- Framework styles
- Plugin support
- Brand assets
The starter is intentionally lightweight and is intended to serve as a foundation for custom projects.
Not Included
The public starter does not include:
- Showcase projects
- Client examples
- Internal demos
- Component libraries
- Production showcase material
These areas evolve independently from the framework itself.
