Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stephen-bunn/bunn.io
- Owner: stephen-bunn
- Created: 2021-08-03T22:14:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T10:55:00.000Z (4 months ago)
- Last Synced: 2024-11-08T04:10:42.233Z (2 months ago)
- Language: Svelte
- Size: 7.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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=
```