• Stars
    star
    108
  • Rank 312,635 (Top 7 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created almost 5 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Documentation for wsrv.nl.

weserv/docs

Documentation for wsrv.nl.

Built with

Getting started

git clone https://github.com/weserv/docs.git
cd docs
yarn # OR npm install

As easy as 1, 2, 3

# 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

# Serve dist/
docker run -d -p 8080:80 -v "$(pwd)/dist:/var/www/imagesweserv/public" --shm-size=1gb --name=weserv ghcr.io/weserv/images:5.x
# Visit http://localhost:8080/