https://github.com/ryoga-exe/zenn-public
📝 Repository for my Zenn contents
https://github.com/ryoga-exe/zenn-public
articles zenn
Last synced: 5 months ago
JSON representation
📝 Repository for my Zenn contents
- Host: GitHub
- URL: https://github.com/ryoga-exe/zenn-public
- Owner: Ryoga-exe
- License: cc-by-4.0
- Created: 2022-01-14T07:49:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T08:40:37.000Z (over 1 year ago)
- Last Synced: 2025-02-06T06:16:24.552Z (over 1 year ago)
- Topics: articles, zenn
- Homepage: https://zenn.dev/ryoga_exe
- Size: 6.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zenn Contents
[](https://github.com/Ryoga-exe/Zenn-public/blob/main/LICENSE)
[](https://zenn.dev/ryoga_exe)
[](https://zenn.dev/ryoga_exe)
Repository for [my Zenn contents](https://zenn.dev/ryoga_exe).
## Setup
Install dependencies
```
bun install
```
## Local development
Create a new article/book
```
# Create a new article
bun run new:article
# Create a new book
bun run new:book
```
Preview
```
bun run preview
```
## Guide
* [📘 How to use](https://zenn.dev/zenn/articles/zenn-cli-guide)
* [📘 Markdown guide](https://zenn.dev/zenn/articles/markdown-guide)