wonderfulfrog.com/README.md
Devin Haska 93bb8f78d2
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m28s
Add ListenBrainz data to now page (#6)
Reviewed-on: #6
Co-authored-by: Devin Haska <wonderfulfrog@noreply.git.cloud.haska.me>
Co-committed-by: Devin Haska <wonderfulfrog@noreply.git.cloud.haska.me>
2025-05-30 14:22:32 -07:00

25 lines
612 B
Markdown

# wonderfulfrog.com
https://wonderfulfrog.com
Here is the source code for my website. With the exception of my content, feel free to take, remix, do whatever you want!
Content is kept under `posts` and `catalogue`.
## Setup
This project relies on Node.js 20.11.1 (LTS at time of writing), but probably works fine with older (or newer) versions too.
Clone the repo wherever, then:
1. `npm i`
2. `npm run dev`
That's it. You'll have a dev server on http://localhost:8080. Have fun!
### Notes
The following tokens need to be defined inside `.env`:
- `DARK_VISITORS_ACCESS_TOKEN`
- `LISTENBRAINZ_API_KEY`