| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Welcome to the uncodebar-microsite repository. This microsite is dedicated to the uncodebar event.
git clone https://github.com/your-username/uncodebar-microsite.gitcd uncodebar-micrositeTo include the main stylesheet in your HTML:
<link rel="stylesheet" href="./css/style.css">
<script src="https://cdn.tailwindcss.com"></script>npm installnpm run startThis will start the BrowserSync server and watch for CSS changes.
This project is licensed under the MIT License.
The project uses Tailwind CSS for styling. Any changes made to css/style.css will be automatically processed by Tailwind and the output will be saved to css/output.css.
To watch for CSS changes, run:
npm run watch:cssTo start the BrowserSync server and watch for CSS changes concurrently, run:
npm run startThis will serve the site on a local server and automatically reload the browser upon changes to the HTML or CSS files.
| Back | FazBrowse Home | New Git URL |