Documentation for wsrv.nl.
git clone https://github.com/weserv/docs.git
cd docs
yarn # OR npm install
# Create a markdown file and write something
echo '# Hello World' > docs/Hello.md
# Start writing
yarn run dev # OR npm run dev
# Build to static files
yarn run build # OR npm run build