https://github.com/shunk031/zenn-contents
Zenn の記事を管理するレポジトリ
https://github.com/shunk031/zenn-contents
Last synced: 3 months ago
JSON representation
Zenn の記事を管理するレポジトリ
- Host: GitHub
- URL: https://github.com/shunk031/zenn-contents
- Owner: shunk031
- Created: 2025-05-17T02:14:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-17T05:22:15.000Z (5 months ago)
- Last Synced: 2025-05-17T05:25:30.651Z (5 months ago)
- Language: Makefile
- Homepage: https://zenn.dev/shunk031
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zenn の記事を管理するレポジトリ
[](https://github.com/shunk031/zenn-contents/actions/workflows/textlint.yaml)
VSCode で本レポジトリを開くと devcontainer で執筆環境が立ち上がります。
* [📘 How to use](https://zenn.dev/zenn/articles/zenn-cli-guide)
```shell
make exec # to enter the devcontainer
``````shell
make textlint # to check the article
``````shell
make preview # to render the article
```