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.
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.