Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 729 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 729 Bytes

vuepress

English | 简体中文

Introduction

qiuzi-website is my personal website, which mainly contains the summary of my front-end knowledge.

Getting started

# clone the project 
git clone [email protected]:qiuziGirl/qiuzi-website.git

# enter the project directory
cd qiuzi-website

# install dependency
yarn install

# develop
yarn dev

Build

yarn build