https://github.com/tuanpham-dev/platter-tech-challenge-html
https://github.com/tuanpham-dev/platter-tech-challenge-html
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuanpham-dev/platter-tech-challenge-html
- Owner: tuanpham-dev
- Created: 2025-11-06T05:06:13.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-07T03:23:40.000Z (7 months ago)
- Last Synced: 2025-12-26T07:57:23.631Z (6 months ago)
- Language: HTML
- Homepage: https://tuanpham-dev.github.io/platter-tech-challenge-html/
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Platter Tech Challenge 2025
A project built with HTML and Tailwind CSS.
## Setup
### Option 1: Using CDN (Quick Start)
The current `index.html` uses Tailwind CSS CLI, so you can:
1. Simply open `index.html` in your browser after build
2. Or use a local development server
### Option 2: Install Tailwind CSS locally
```bash
npm install
```
## Development
To run a local development server:
```bash
npm run dev
```
This will start a live-server on port 3000.
## Build
To build optimized CSS (if using local Tailwind):
```bash
npm run build
```
## Technologies
- HTML5
- Tailwind CSS 3.x