2025-11-16 13:32:10 +01:00
|
|
|
# EDP - Edge Developer Platform
|
2024-07-30 10:10:18 +02:00
|
|
|
|
2025-11-16 13:32:10 +01:00
|
|
|
Documentation for the edgeDeveloperFramework (eDF) project and the resulting Edge Developer Platform (EDP) product suite.
|
2024-07-30 10:10:18 +02:00
|
|
|
|
2025-11-07 15:48:55 +01:00
|
|
|
## Quick Start
|
2024-07-30 10:10:18 +02:00
|
|
|
|
2025-11-07 15:48:55 +01:00
|
|
|
```bash
|
|
|
|
|
# Install dependencies
|
2025-11-16 13:32:10 +01:00
|
|
|
task deps
|
2024-11-05 09:38:29 +01:00
|
|
|
|
2025-11-16 13:32:10 +01:00
|
|
|
# Start local development server
|
2025-11-07 15:48:55 +01:00
|
|
|
task serve
|
2024-11-05 09:38:29 +01:00
|
|
|
|
2025-11-16 13:32:10 +01:00
|
|
|
# Run tests
|
|
|
|
|
task test
|
2024-11-05 09:38:29 +01:00
|
|
|
|
2025-11-16 13:32:10 +01:00
|
|
|
# Build production site
|
|
|
|
|
task build
|
2025-11-07 15:48:55 +01:00
|
|
|
```
|
2024-11-05 09:38:29 +01:00
|
|
|
|
2025-11-16 13:32:10 +01:00
|
|
|
## Documentation
|
2024-07-30 11:39:14 +02:00
|
|
|
|
2025-11-16 13:32:10 +01:00
|
|
|
* [Developer Guide](doc/README-developer.md)
|
|
|
|
|
* [Technical Writer Guide](doc/README-technical-writer.md)
|
|
|
|
|
* [Release Notes](doc/RELEASE.md)
|
2025-11-07 15:48:55 +01:00
|
|
|
|
2025-11-16 13:32:10 +01:00
|
|
|
## Project
|
2025-11-07 15:48:55 +01:00
|
|
|
|
2025-11-16 13:32:10 +01:00
|
|
|
This is a Hugo-based documentation site for the Edge Developer Platform, built as part of the IPCEI-CIS project.
|
2025-11-07 15:48:55 +01:00
|
|
|
|
2025-11-16 13:32:10 +01:00
|
|
|
**Website:** Access the documentation at the deployed URL or run locally with `task serve`
|
2025-11-07 15:48:55 +01:00
|
|
|
|
2025-11-16 13:32:10 +01:00
|
|
|
For detailed information, see the documentation in the `doc/` folder.
|