This is the source repo for the demos on the doc's demos page
Every demo lives in it's own sub directory and is completely independent. The <base>
tag is used for encapsulation.
# clone
git clone [email protected]:swup/demos.git swup-demos
# go into the directory
cd swup-demos
# start the server
npm run serve
# build the index.html file (only relevant for deployment)
npm run build