26 lines
766 B
Markdown
26 lines
766 B
Markdown
# SOFTCLICK corporate site
|
|
|
|
Vite + React + TypeScript + Tailwind CSS. Design source: [Figma — Redesign Modern Website (Copy)](https://www.figma.com/design/YgZy1khwB5JnJFfONCi1cA/Redesign-Modern-Website--Copy-).
|
|
|
|
## Setup
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
- **Build:** `npm run build` → output in `dist/`
|
|
- **Preview production build:** `npm run preview`
|
|
|
|
Node.js **18** or **20** LTS is recommended (`engines` in `package.json`).
|
|
|
|
## Deploy
|
|
|
|
- Shell helpers: `scripts/deploy.sh`, `scripts/check-build.sh` (and `.bat` variants on Windows).
|
|
- GitHub Pages: workflow in `.github/workflows/deploy.yml`.
|
|
- Extra platform notes: `scripts/docs/`.
|
|
|
|
## Agent / design notes
|
|
|
|
Prompts and guidelines for recreating or extending the design live under `.agents/skills/`.
|