Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yashladha/yashladha.in
- Owner: yashLadha
- Created: 2018-07-09T17:19:56.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T09:40:47.000Z (4 months ago)
- Last Synced: 2024-08-28T11:02:25.505Z (4 months ago)
- Topics: cloudflare-pages, gatsby, react
- Language: Astro
- Homepage: https://yashladha.in
- Size: 2.88 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```