Host your slides with Solid

A practical example

Build your slides

npm run build

Install bashlib

npm install solid-bashlib

Authenticate

npx sld auth set

Deploy index.html


						npx sld cp \
							--override \
							--verbose \
							./index.html \
							https://practical-solid.solidcommunity.net/public/2025/host-your-slides-with-solid/index.html
					

Deploy dist folder


					npx sld cp \
						--all \
						--override \
						--verbose \
						./dist/. \
						https://practical-solid.solidcommunity.net/public/2025/host-your-slides-with-solid/dist/
					

                    npx sld cp \
                        --all \
                        --override \
                        --verbose \
                        ./plugin/. \
                        https://practical-solid.solidcommunity.net/public/2025/host-your-slides-with-solid/plugin/
                

Delete slides

Useful if anything went wrong, and you want to start over freshly


						npx sld rm --recursive  https://practical-solid.solidcommunity.net/public/2025/host-your-slides-with-solid/
					

Further reading