Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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))