Add initial public documentation structure
parent
da7fec445f
commit
4db36b5efc
|
@ -1,17 +1,17 @@
|
|||
# Welcome to MkDocs
|
||||
# Smartup Zero: The Experiment
|
||||
|
||||
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
|
||||
*We don't accept our reality but seek to alter it.*
|
||||
|
||||
## Commands
|
||||
## What is this?
|
||||
|
||||
* `mkdocs new [dir-name]` - Create a new project.
|
||||
* `mkdocs serve` - Start the live-reloading docs server.
|
||||
* `mkdocs build` - Build the documentation site.
|
||||
* `mkdocs -h` - Print help message and exit.
|
||||
This is the public record of **Smartup Zero** - an experiment to build technology for the common good using a new organizational model.
|
||||
|
||||
## Project layout
|
||||
## Our First Mission: ONLIFE
|
||||
|
||||
mkdocs.yml # The configuration file.
|
||||
docs/
|
||||
index.md # The documentation homepage.
|
||||
... # Other markdown pages, images and other files.
|
||||
We're building a decentralized emergency communication network that works when everything else fails.
|
||||
|
||||
## Get Involved
|
||||
|
||||
- [Read our Business Plan](osbp/why.md)
|
||||
- [See Open Roles](osbp/who.md)
|
||||
- [Track Our Progress](progress/phase-0.md)
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
# Why Smartup Zero Exists
|
||||
|
||||
## The Problem
|
||||
|
||||
The world needs technology that serves the public good, not just profit. Traditional startups optimize for quick exits and investor returns.
|
||||
|
||||
## Our Hypothesis
|
||||
|
||||
By creating a new organizational model based on:
|
||||
- Collective ownership (1 person = 1 vote)
|
||||
- Transparent operations
|
||||
- Merit-based rewards
|
||||
|
||||
...we can build tools that truly serve society.
|
||||
|
||||
## The Experiment
|
||||
|
||||
Smartup Zero is testing this hypothesis by building ONLIFE - proving that mission-driven development can work.
|
Loading…
Reference in New Issue