Initial commit with React + Vite project

This commit is contained in:
2026-05-30 12:30:49 -03:00
commit 7d8626ea65
14 changed files with 2968 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# 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
```