Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfshivams authored Dec 23, 2023
1 parent 3549acf commit 5f43608
Showing 1 changed file with 51 additions and 1 deletion.
52 changes: 51 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,51 @@
# HTML-Compiler
# <span style="font-family:Papyrus; color: #00ccff;">HTML Compiler</span>

## Overview

The **HTML Compiler** is a powerful tool designed to streamline the process of compiling and optimizing HTML files. It's perfect for web developers looking to enhance their workflow and improve website performance.

## Features

- **Effortless Compilation:** Compile multiple HTML files into a single, optimized file with just a few clicks.
- **Minification:** Automatically minify and compress HTML code for faster loading times.
- **Customization:** Fine-tune compilation settings to meet your project requirements.
- **User-Friendly Interface:** Intuitive UI designed for both beginners and experienced developers.

## Getting Started

### Installation

1. Clone the repository:

```bash
git clone https://github.com/myselfshivams/HTML-Compiler.git


2. Navigate to the project directory:

```bash
cd html-compiler
```

3. Install dependencies:

```bash
npm install
```

### Usage

1. Run the compiler:
```bash
npm start
```

2. Access the compiler interface in your web browser:
```bash
http://localhost:3000
```





0 comments on commit 5f43608

Please sign in to comment.