forked from XS-MLVP/UnityChipForXiangShan
823 B
823 B
Documents of DUTs
Build
Basic Environment Setup
-
Install Node.js (version 10.15.3 or above)
curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash - sudo apt-get install -y nodejs -
Install Hugo (version 0.124.1 or above)
sudo pip3 install hugo -
Install Golang (version 1.18.0 or above)
sudo add-apt-repository ppa:longsleep/golang-backports sudo apt update sudo apt install golang-go -
Install Dependencies
npm install -D autoprefixer npm install -D postcss-cli npm install -D postcss
View Documents
In the documents dir, execute the flow command:
hugo server
Then u