online ruler is a 1:1 Size Free Online Measurements in cm, mm, inches. It’s like having a ruler that’s always in your pocket!
👉 online ruler | English
git clone git@github.com:histeven168/onlineruler.git
cd onlineruler && yarn
#or
cd onlineruler && npm install
#or
cd onlineruler && pnpm install
# website URL
NEXT_PUBLIC_SITE_URL=http://localhost
yarn dev
#or
npm run dev
#or
pnpm dev