Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stephen-bunn/bunn.io

Personal static site.
https://github.com/stephen-bunn/bunn.io

Last synced: 17 days ago
JSON representation

Personal static site.

Awesome Lists containing this project

README

        

# bunn.io

Stephen Bunn's personal website.
Available under the domain [bunn.io](https://bunn.io).

## Setup

This project makes use of [just](https://github.com/casey/just) for command execution.

```bash
# Install dependencies
npm install

# Start dev application
just dev
# or npm run dev
```

The site is built and published on commits to the `main` branch via GitHub Actions.

## Building Production

If you are building the application locally for production, you will need to create a `.env.local` file in the root of this project with the following contents:

```bash
CI=false
GITHUB_SERVER_URL=
GITHUB_REPOSITORY=
GITHUB_RUN_ID=
```