website-and-documentation/README.md

34 lines
767 B
Markdown
Raw Permalink Normal View History

# EDP - Edge Developer Platform
Documentation for the edgeDeveloperFramework (eDF) project and the resulting Edge Developer Platform (EDP) product suite.
## Quick Start
```bash
# Install dependencies
task deps
# Start local development server
task serve
# Run tests
task test
# Build production site
task build
```
## Documentation
* [Developer Guide](doc/README-developer.md)
* [Technical Writer Guide](doc/README-technical-writer.md)
* [Release Notes](doc/RELEASE.md)
## Project
This is a Hugo-based documentation site for the Edge Developer Platform, built as part of the IPCEI-CIS project.
**Website:** Access the documentation at the deployed URL or run locally with `task serve`
For detailed information, see the documentation in the `doc/` folder.