This is a responsive landing page website for a law firm.
git clone <your-repository-url>
cd law-firm-website
npm install
This project uses Tailwind CSS for styling. To compile the CSS and watch for changes during development, run:
npm run build:css
This command will:
./src/input.css
)../dist/output.css
).To view the website, simply open the index.html
file (or relevant HTML file) in your web browser.
Andrei Ivan