Skip to content

kotrzina/sdhveselice

Repository files navigation

SDH Veselice official website

cypress WTFPL

Application uses Next.js project.

Develop

Development version runs on port 3000. Just run following command and open your browser: http://localhost:3000.

yarn run dev

Production

Production build uses Next-gen Static Site Generation (SSG). It means that all pages are rendered build time.

yarn run build

Then you can find complete static website in out directory.

Deploy

Application (branch main) is automatically deployed to Cloudflare pages. The latest main build is located here sdhveselice.pages.dev

Production uses simple DNS CNAME record.

Useful commands

Convert image to webp

# apt install webp
# brew install webp
cwebp -q 75 -resize 1280 0 input.jpg -o output.webp

# crop image 16:9
magick input.jpeg -gravity center -crop 16:9 +repage output.jpeg

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published