Documentation at https://ctu-mrs.github.io/
Runs on Docusaurus v3.6.0.
Node.js
and nvm
(here versions v22 and v0.40.1)
curl -sL https://deb.nodesource.com/setup_22.x | sudo -E bash -
sudo apt-get -y install nodejs
curl https://raw.githubusercontent.com/creationix/nvm/v0.40.1/install.sh | bash
cd ctu-mrs.github.io && git pull
npm run start
Open http://localhost:3000
in your browser. No need to restart if you make local changes, npm
should deploy your changes in real-time (no more <leader>m
to html conversion).
sudo apt-get remove nodejs ^node-* nodejs-*
sudo apt-get autoremove
sudo apt-get clean
npm cache clean --force
rm -rf node_modules package-lock.json