Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brandonroberts/astro-blog

My personal blog built with https://astro.build
https://github.com/brandonroberts/astro-blog

Last synced: 21 days ago
JSON representation

My personal blog built with https://astro.build

Awesome Lists containing this project

README

        

# Blog

Built with [Astro](https://astro.build)

## Setup

```sh
yarn
```

## Serve

```sh
yarn dev
```

Navigate to [http://localhost:3000](http://localhost:3000).

## Build

```sh
yarn build
```

## Preview Build

```sh
yarn preview
```

## Notes

Original blog was built with [Angular](https://angular.io) and [Scully](https://scully.io). See [previous repo](https://github.com/brandonroberts/blog)