Manage Web Project
Summary
Sample project to help getting started with Tailwind CSS.
Technologies Used
- HTML
- Tailwind
- ViteJS
- Firebase Hosting
Using The Repository
Using the following steps, you can run the project on your local computer.
- Clone the repository to a folder on your local computer using this command
git clone {project-github-url}
- Run Yarn to setup the project dependencies
yarn
- Run the project locally
yarn dev