Pixel2em is a simple tool that converts pixel values to em values. This project is built with HTML, CSS, and JavaScript, utilizing PNPM as a package manager.
- HTML
- CSS
- JavaScript
- PNPM
- TypeScript
- Vite
- Tailwind
- and more...
To get started with this project, clone the repository and run the following commands:
pnpm install
pnpm dev
This will start the development server and open the application in your default browser.
To build the project for production, run the following command:
pnpm build
This will build the project and output the files in the dist directory.