https://github.com/rishabkumar7/rishab-cloud-astro
My Portfolio site built with Astro.
https://github.com/rishabkumar7/rishab-cloud-astro
Last synced: 10 months ago
JSON representation
My Portfolio site built with Astro.
- Host: GitHub
- URL: https://github.com/rishabkumar7/rishab-cloud-astro
- Owner: rishabkumar7
- License: mit
- Created: 2024-02-24T20:35:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T00:11:33.000Z (about 1 year ago)
- Last Synced: 2025-05-02T16:54:58.531Z (12 months ago)
- Language: Astro
- Size: 293 KB
- Stars: 0
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 👨🚀 Rishab's Portfolio in Astro

This portfolio is based on theme by [Maxence](https://www.maxencewolff.com), the [repo is here](https://github.com/MaeWolff/astro-portfolio-template).
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |