Documentation at https://openswarm-eu.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- download and install node.js from https://nodejs.org/en/download (in my case
node-v22.13.1-x64.msi) - clone https://github.com/openswarm-eu/openswarm-eu.github.io
cdin therenpm install --forcenpm run start
cd openswarm-eu.github.io && git pull
npm run startOpen 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 cleannpm cache clean --force
rm -rf node_modules package-lock.jsonPart of the source code in this repository is developed within the frame and for the purpose of the OpenSwarm project. This project has received funding from the European Unioan's Horizon Europe Framework Programme under Grant Agreement No. 101093046.
