refactor: chaange figma structure with single package

This commit is contained in:
Zotov Ivan Yuryevich
2026-04-02 23:35:06 +03:00
parent 64ae1d9f5a
commit 1157854f1d
89 changed files with 277 additions and 2333 deletions

View File

@@ -1,11 +1,25 @@
# SOFTCLICK corporate site
# Redesign Modern Website (Copy)
Vite + React + TypeScript + Tailwind CSS. Design source: [Figma — Redesign Modern Website (Copy)](https://www.figma.com/design/YgZy1khwB5JnJFfONCi1cA/Redesign-Modern-Website--Copy-).
This is a code bundle for Redesign Modern Website (Copy). The original project is available at https://www.figma.com/design/YgZy1khwB5JnJFfONCi1cA/Redesign-Modern-Website--Copy-.
## Setup
## Running the code
```bash
npm install
npm run dev
```
Run `npm i` to install the dependencies.
- **Build:** `npm run build` → output in `dist/`
- **Preview production build:** `npm run preview`
Run `npm run dev` to start the development server.
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/`.