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

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

Awesome Lists containing this project

README

          

# Zenn Contents

[![LICENSE](https://img.shields.io/github/license/Ryoga-exe/Zenn-public?style=flat)](https://github.com/Ryoga-exe/Zenn-public/blob/main/LICENSE)
[![Articles](https://badgen.org/img/zenn/ryoga_exe/articles?style=flat)](https://zenn.dev/ryoga_exe)
[![Likes](https://badgen.org/img/zenn/ryoga_exe/likes?style=flat)](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)