https://github.com/arrow2nd/zenn
📚 Zennの記事置き場
https://github.com/arrow2nd/zenn
Last synced: about 1 month ago
JSON representation
📚 Zennの記事置き場
- Host: GitHub
- URL: https://github.com/arrow2nd/zenn
- Owner: arrow2nd
- Created: 2022-08-05T00:50:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T03:58:00.000Z (6 months ago)
- Last Synced: 2024-10-27T04:44:20.670Z (6 months ago)
- Homepage:
- Size: 28.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zenn
📚 Zenn の記事置き場
## Scripts
```sh
# 記事の作成
pnpm new:article# 本の作成
pnpm new:book# プレビュー
pnpm preview
```