Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 412 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 412 Bytes

portfolio

blog.ebiken.dev

Development

Setup

$ npm i

start server

# development
$ npm run start

# production
$ npm run serve

create blog template

$ FILENAME=<blog-title> npm run create-blog

then, edit content/blog/$blog-title/index.md.

run linter

$ npm run lint
$ npm run lint:fix

build

$ npm run build