Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonroberts/blog
My personal website
https://github.com/brandonroberts/blog
Last synced: about 2 months ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/brandonroberts/blog
- Owner: brandonroberts
- Created: 2019-03-09T04:24:44.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T23:14:27.000Z (4 months ago)
- Last Synced: 2024-10-04T13:18:47.270Z (3 months ago)
- Language: TypeScript
- Homepage: https://brandonroberts.dev
- Size: 14.8 MB
- Stars: 21
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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.