To view the project in your browser:
- Open the Project
First, install all the dependencies
npm install
Then, build the css file
npm run build:css
-
If you're using a live server plugin in your code editor (such as Visual Studio Code's Live Server), right-click on the index.html file and select "Open with Live Server" or click Go Live button at the bottom.
-
Alternatively, you can simply open the index.html file in a browser to view the static content.
Open http://localhost:5500 with your browser to see the result.
- Developing with Live Reload
If you plan to make changes to your Tailwind styles and want to see updates in real-time, run:
npm run watch:css
This command will watch for changes in your Tailwind CSS file and automatically rebuild output.css whenever you make changes. You can stop watching by:
ctrl + c
This project is licensed under the Mozilla Public License 2.0. For full license information, please see the LICENSE file in the repository.