Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gobengo/activitypub-server
https://github.com/gobengo/activitypub-server
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gobengo/activitypub-server
- Owner: gobengo
- License: agpl-3.0
- Created: 2022-05-14T01:01:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T07:19:41.000Z (over 2 years ago)
- Last Synced: 2024-10-03T15:33:16.090Z (about 1 month ago)
- Language: TypeScript
- Size: 432 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# activitypub-server
one more time
## Usage
install
```
npm install
```start
```
npm start
```test
```
npm test
```lint
```
npm run lint
```