https://github.com/parassolanki/parassolanki.com
Personal website
https://github.com/parassolanki/parassolanki.com
astro mdx tailwindcss typescript
Last synced: 2 months ago
JSON representation
Personal website
- Host: GitHub
- URL: https://github.com/parassolanki/parassolanki.com
- Owner: ParasSolanki
- Created: 2024-12-04T18:05:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T13:25:02.000Z (over 1 year ago)
- Last Synced: 2025-03-30T17:15:22.225Z (over 1 year ago)
- Topics: astro, mdx, tailwindcss, typescript
- Language: Astro
- Homepage: https://www.parassolanki.com
- Size: 991 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
Personal website
stack: Astro, tailwindcss, typescript, mdx
## Installation
```shell
pnpm i
```
## Run Locally
```shell
pnpm dev
```
## Build
```shell
pnpm build
```