https://github.com/interledger/rafiki.dev
🙅 Previous version of Rafiki's documentation
https://github.com/interledger/rafiki.dev
hacktoberfest hacktoberfest2022
Last synced: about 1 year ago
JSON representation
🙅 Previous version of Rafiki's documentation
- Host: GitHub
- URL: https://github.com/interledger/rafiki.dev
- Owner: interledger
- License: mit
- Archived: true
- Created: 2022-08-23T12:51:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T11:50:23.000Z (over 2 years ago)
- Last Synced: 2025-03-04T09:25:06.840Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 424 KB
- Stars: 6
- Watchers: 5
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
New location for documentation source sode is: https://github.com/interledger/rafiki/tree/main/packages/documentation
# rafiki.dev
Documentation Platform for Rafiki
### Installation
```
$ pnpm i
```
### Local Development
```
$ pnpm start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ pnpm build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.