https://github.com/compodoc/website
Public website of compodoc
https://github.com/compodoc/website
Last synced: 4 months ago
JSON representation
Public website of compodoc
- Host: GitHub
- URL: https://github.com/compodoc/website
- Owner: compodoc
- License: mit
- Created: 2017-03-25T19:34:14.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-09T10:54:58.000Z (over 1 year ago)
- Last Synced: 2025-06-02T06:08:20.545Z (about 1 year ago)
- Language: CSS
- Homepage: https://compodoc.app
- Size: 5.38 MB
- Stars: 2
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
The missing documentation tool for your Angular application.
# Installation
```
npm install -g harp
```
# Run
```
harp server src
```
Open http://localhost:9000/ in your web browser.
# Build
```
npm run build
```