Work with Github Pages
#
DependenciesFor changing NodeJS version to >= 12.13.0, you can refer to https://phoenixnap.com/kb/update-node-js-version
sudo apt updatecurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bashsource ~/.bashrcnvm --version #Check NVM versionnvm lsnvm ls-remote #Will display all the available versionsnvm install 12.13.0node --version #Check NodeJS version
#
OverviewClone the master branch https://github.com/tsltech/tech-details
Follow the README on https://github.com/tsltech/tech-details for initialization.
Make your changes.
Test your changes: yarn start
If everything looks great, go ahead to commit and push your changes to master.