File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,13 @@ gsaini.github.io/
4141├── .github/
4242│ └── workflows/
4343│ └── main.yml # GitHub Actions deployment
44- ├── public/
45- │ └── index.html # Main HTML file
4644├── src/
47- │ ├ ── styles.css # All CSS styles
48- │ └ ── script.js # JavaScript functionality
45+ │ └ ── styles.css # All CSS styles
46+ ├ ── .gitignore # Git ignore file
4947├── biome.json # Biome configuration
50- ├── vite.config.js # Vite configuration
48+ ├── index.html # Main HTML file
5149├── package.json # Dependencies and scripts
50+ ├── pnpm-lock.yaml # pnpm lock file
5251└── README.md # This file
5352```
5453
@@ -153,6 +152,4 @@ pnpm build
153152
154153This project is open source and available under the [ MIT License] ( LICENSE ) .
155154
156- ---
157-
158- ** Built with ❤️ by Gopal Saini**
155+ ## Built with ❤️ & empowered by AI
You can’t perform that action at this time.
0 commit comments