This repository contains an example website for LogiStream, a fictional business.
- Important: LogiStream is not a real company. All content is for demonstration purposes.
- Author: Phillip Cantu
- Upwork portfolio:
https://www.upwork.com/freelancers/~01b2bbaad5280577ea?mp_source=share
- Astro
- Tailwind CSS
- Preline UI
Install dependencies:
pnpm installRun the dev server:
pnpm devpnpm dev: start the dev serverpnpm preview: preview the production build locallypnpm build: typecheck + build + post-process HTMLpnpm format:check: check formattingpnpm format:fix: auto-format
This project is designed to deploy to Vercel.
- Build command:
pnpm build - Output: Astro builds to static output (see
dist/locally; Vercel uses its own output directory during deploy).