Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 730 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 730 Bytes

Pixel2em

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.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • PNPM
  • TypeScript
  • Vite
  • Tailwind
  • and more...

Desktop Pre-view

Getting Started

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.

Building for Production

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.