https://github.com/dcdms/outfits-for-dudes
Simple Landing Page Built with HTML and Tailwind CSS.
https://github.com/dcdms/outfits-for-dudes
Last synced: 10 months ago
JSON representation
Simple Landing Page Built with HTML and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/dcdms/outfits-for-dudes
- Owner: dcdms
- Created: 2025-07-22T04:33:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-22T05:07:06.000Z (11 months ago)
- Last Synced: 2025-07-22T06:48:35.664Z (11 months ago)
- Language: HTML
- Homepage: https://outfits-for-dudes.vercel.app
- Size: 313 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Outfits for Dudes
Just a simple landing page for a homework assignment. This app was built with HTML and [Tailwind CSS](https://tailwindcss.com), and we also used [Bun](https://bun.com) as the package manager.
## Running
> You must have [Bun](https://bun.com/) and [Git](https://git-scm.com/downloads) installed to run this app on your machine. Enter their websites if you need install them.
Execute these commands to run this website locally:
```sh
# clone the repository
git clone https://github.com/dcdms/outfits-for-dudes
# enter its folder
cd outfits-for-dudes
# install its dependencies
bun i
# start the development server
bun start
```
Great! The website should start at http://localhost:8080.