refactor: chaange figma structure with single package
This commit is contained in:
26
README.md
26
README.md
@@ -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/`.
|
||||
|
||||
Reference in New Issue
Block a user