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

https://github.com/astropenguin/zenn-docs

Documents published in Zenn
https://github.com/astropenguin/zenn-docs

docs python zenn

Last synced: 12 months ago
JSON representation

Documents published in Zenn

Awesome Lists containing this project

README

          

# zenn-docs

Documents published in [Zenn](https://zenn.dev/astropenguin)

## How to edit

### Install Node.js

For macOS or Linux, it can be installed using [Homebrew](https://brew.sh):

```shell
$ brew install node
```

### Download the source codes

```shell
$ git clone https://github.com/astropenguin/zenn-docs.git /path/to/zenn-docs
```

### Install Zenn CLI

```shell
$ cd /path/to/zenn-docs
$ npm install
```

### Preview the documents

```shell
$ npx zenn preview
```

## See also

- [Zenn CLIをインストールする](https://zenn.dev/zenn/articles/install-zenn-cli)
- [Zenn CLIで記事・本を管理する方法](https://zenn.dev/zenn/articles/zenn-cli-guide)