Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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