Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gpahal/garvitpahal.com
My personal website
https://github.com/gpahal/garvitpahal.com
personal-website
Last synced: 1 day ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/gpahal/garvitpahal.com
- Owner: gpahal
- Created: 2023-03-25T16:41:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T07:21:51.000Z (2 months ago)
- Last Synced: 2024-12-21T02:43:29.946Z (4 days ago)
- Topics: personal-website
- Language: XSLT
- Homepage: https://garvitpahal.com
- Size: 495 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# garvitpahal.com
My personal website: [garvitpahal.com](https://garvitpahal.com/)
## Tech stack
- Framework: [Astro](https://astro.build/)
- Styling: [Tailwind CSS](https://tailwindcss.com/)
- Deployment infrastructure: [Cloudflare](https://www.cloudflare.com/)## Prerequisites
- [Node](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
- [pnpm](https://pnpm.io/installation)
- Install dependencies```sh
pnpm install
```## Running locally
Start the app in development mode, rebuilding assets on file changes
```sh
pnpm dev
```## Deployment
Commit and push changes to [gpahal/garvitpahal.com](https://github.com/gpahal/garvitpahal.com) to trigger automatic
deployment.## License
Licensed under MIT license ([LICENSE](LICENSE) or [opensource.org/licenses/MIT](https://opensource.org/licenses/MIT))