Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 757 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 757 Bytes

A template for Zenn <-> GitHub connection

Getting Started

  1. Create a new repository with this template
  2. npm install
  3. Select only the new repository that is created by step 1, and configure on your dashboard
  4. Write articles / books, commit those, and then push those

File Tree

zenn-template
├── README.md
├── articles           # for articles
├── books              # for books
├── node_modules
├── package-lock.json
└── package.json

References