Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yashladha/yashladha.in

yashLadha.in
https://github.com/yashladha/yashladha.in

cloudflare-pages gatsby react

Last synced: 2 months ago
JSON representation

yashLadha.in

Awesome Lists containing this project

README

        

## Personal Website

This is my personal website built using [Astro](https://astro.build/). You can checkout the deployment at [yashLadha.in](https://yashladha.in)

### Pre-requisite

To run the website, you need to have the following dependencies.

1. Node.js valid runtime.
2. Package manager of your choice, e.g. npm, pnpm, yarn.

To install the dependencies, you can run the following command.

```bash
npm install
```

### Development

This website is built using [Astro](https://astro.build/), and can be run using following command.

```bash
npm run dev
```