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

Latest commit

 

History

History
25 lines (19 loc) · 352 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 352 Bytes

VuePress-Blog

Powered by vuepress-theme-reco

Environment

  • Yarn 1.22.17

Getting Started

Install dependencies:

yarn install

Build

Build directory as a static site:

yarn build

Run

Serve the documentation site in the local server:

yarn dev