Skip to content

luojiahai/luojiahai.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛰️ It is the source of my site.

Installation

Windows:

# installs fnm (Fast Node Manager)
winget install Schniz.fnm
# configure fnm environment
fnm env --use-on-cd | Out-String | Invoke-Expression
# download and install Node.js
fnm use --install-if-missing 20
# verifies the right Node.js version is in the environment
node -v
# verifies the right npm version is in the environment
npm -v

Running

Windows:

# install dependencies
npm install
# run dev server locally
npm run docs:dev

About

🛰️ It is the source of luojiahai.com site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published