Skip to content

spora-ai/spora-docs

Repository files navigation

Spora Docs

The documentation site for the Spora project.

Live site: https://docs.spora-ai.com

Stack

Development

npm install
npm run dev        # local preview at http://localhost:8080
npm run build      # production build into docs/.vuepress/dist
npm run lint:md    # markdown lint
npm run format     # prettier

Project layout

docs/
├── .vuepress/
│   ├── config.ts          # site + Plume theme config
│   ├── styles/index.scss  # brand tokens (Spora palette)
│   └── public/            # logo, favicon, og-image
├── index.md               # home page
├── guide/                 # Getting Started (4 tracks)
├── develop/               # Plugins + Projects
├── deploy/                # 4 deployment scenarios
├── reference/             # exact specs (env vars, CLI, API, schema)
├── about/                 # what is Spora, roadmap, FAQ, license
└── contribute/            # contributor docs

Contributing

See docs/contribute/index.md. All changes go through pull requests.

License

MIT — see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors