An open API service indexing awesome lists of open source software.

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

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