An open API service indexing awesome lists of open source software.

https://github.com/shunk031/zenn-contents

Zenn の記事を管理するレポジトリ
https://github.com/shunk031/zenn-contents

Last synced: 3 months ago
JSON representation

Zenn の記事を管理するレポジトリ

Awesome Lists containing this project

README

          

# Zenn の記事を管理するレポジトリ

[![textlint](https://github.com/shunk031/zenn-contents/actions/workflows/textlint.yaml/badge.svg)](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
```