Files
log/readme.md
2026-01-15 21:35:20 +09:00

36 lines
495 B
Markdown

# ailog
## config
```sh
$ ls public/
config.json
networks.json
client-metadata.json
```
## preview
```sh
$ npm run dev
```
## content generate
speed up by using local cache
```sh
$ npm run fetch # API download -> content/${did}/...
$ npm run generate # content html -> dist/
$ npm run preview # dist/ preview server
```
```sh
content/
└── did:plc:uqzpqmrjnptsxezjx4xuh2mn/
├── profile.json
└── ai.syui.log.post/
└── 3mch5zca4nj2h.json
```