gbgabo / laundry-symbols

The page to visit next time you forget those laudry symbols
https://laundry-symbols.vercel.app/
0 stars 0 forks source link
main laundry symbols

laundry-symbols

A list to help understand those symbols found inside our clothes

laundry-symbols is a page, built with Astro, Tailwind and Typescript, that lists most of the so called laundry symbols found on every clothing, indicating the manufacturer's suggestions as to methods of washing, drying, dry-cleaning and ironing clothing.

main laundry symbols

🌎 Available Languages

The website is currently available in 2 languages:

Language Url
English / or /en
Brasilian Portuguese /pt-br

🧞 Running the Project

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro --help Get help using the Astro CLI