Skip to content

Getting Started

Kom igång / Getting Started

This guide helps you set up local access to Vulcan documentation and start creating feature specifications.

Prerequisites / Förutsättningar

You'll need:

  • Git installed on your computer
  • Node.js (version 18 or higher)
  • A text editor (VS Code recommended)
  • GitLab access to the vulcan-docs repository

Setup / Installation

1. Clone the Repository

bash
git clone git@gitlab.hantverksdata.se:vulcan/vulcan-docs.git
cd vulcan-docs

2. Install Dependencies

bash
npm install

3. Start Local Server

bash
npm run docs:dev

The documentation will be available at http://localhost:5173

Once running, you can:

SectionWhat you'll find
Product → ContextProduct vision, modules, personas, workflows
Product → TemplatesReady-to-use specification templates
Product → GuideThis guide and related how-tos
Product → GlossarySwedish-English term translations

Your First Spec / Din första specifikation

  1. Read the context - Start with Vision and Modules
  2. Choose a template - Pick from Feature Spec, User Story, or Improvement
  3. Create your file - Save to docs/product/specs/your-feature-name.md
  4. Write your spec - Fill in the template (Swedish or English)
  5. Submit for review - See Submitting Guide

Getting Help / Få hjälp

  • Claude Desktop: Use AI to help structure your thoughts - see Using Claude
  • Glossary: Look up Swedish-English terms in the Glossary
  • Team: Reach out to the development team on Slack

Next Steps / Nästa steg

Built with VitePress | v1.1.0