Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brandonroberts/blog

My personal website
https://github.com/brandonroberts/blog

Last synced: about 2 months ago
JSON representation

My personal website

Awesome Lists containing this project

README

        

# Blog

My personal website built with [Analog](https://analogjs.org)

## Setup

```sh
npm install
```

## Serve

```sh
npm start
```

Navigate to `http://localhost:5173/`.

## Build

```sh
npm run build
```

Static site build is in the `dist/analog/public` directory.