Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 512 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 512 Bytes

Doodles

Hey, this is the source code of my personal website Binliu's Doodles.

It is built using Docusaurus

How to run

yarn install
yarn start
yarn build

# To run for a specific locale
npm run start -- --locale zh

# To write translations for a specific locale
npm run write-translations -- --locale zh

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy