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
- Host: GitHub
- URL: https://github.com/astropenguin/zenn-docs
- Owner: astropenguin
- Created: 2021-08-13T13:11:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T13:59:10.000Z (almost 5 years ago)
- Last Synced: 2025-04-09T08:44:28.829Z (about 1 year ago)
- Topics: docs, python, zenn
- Homepage: https://zenn.dev/astropenguin
- Size: 244 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)