Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/risgar/website
Personal portfolio built with Astro
https://github.com/risgar/website
astro portfolio website
Last synced: about 2 months ago
JSON representation
Personal portfolio built with Astro
- Host: GitHub
- URL: https://github.com/risgar/website
- Owner: RisGar
- License: eupl-1.2
- Created: 2022-05-23T18:28:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T06:28:02.000Z (10 months ago)
- Last Synced: 2024-05-02T05:02:04.135Z (8 months ago)
- Topics: astro, portfolio, website
- Language: Astro
- Homepage: https://rishab-garg.me/
- Size: 7.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My personal website
My personal portfolio website built using the Astro framework and Svelte components.
## Installation
Install dependencies
```bash
yarn install
```## Commands
To run the dev server locally at `localhost:3000`
```bash
yarn dev
```To build your production site to `./dist/`
```bash
yarn build
```To preview your build locally before deploying
```bash
yarn preview
```