22 lines
229 B
Markdown
22 lines
229 B
Markdown
# Clouds Website
|
|
|
|
React, TypeScript, and Vite starter for the Clouds website.
|
|
|
|
## Scripts
|
|
|
|
```sh
|
|
npm run dev
|
|
npm run build
|
|
npm run lint
|
|
npm run preview
|
|
```
|
|
|
|
## Project Structure
|
|
|
|
```text
|
|
src/
|
|
App.tsx
|
|
main.tsx
|
|
index.css
|
|
```
|