README.md

April 24, 2024 ยท View on GitHub

A tool that calculates the CSS clamp formula to interpolate between two values in a given viewport range.

Made with Astro, Svelte and PostCSS.

Local setup

Install dependencies

yarn install

Start server

yarn dev

Done! the server is accessible at http://localhost:4321

Deployment

yarn build

The output will be in the dist folder.

Contents

  1. 1Local setup
  2. 1.1Install dependencies
  3. 1.2Start server
  4. 2Deployment