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

https://github.com/ibotpeaches/treasure-inside

Random snippets of my research for the Treasure Inside book.
https://github.com/ibotpeaches/treasure-inside

puzzle treasure-inside

Last synced: 4 months ago
JSON representation

Random snippets of my research for the Treasure Inside book.

Awesome Lists containing this project

README

          

# Treasure Inside
_Random snippets of my research against There's Treasure Inside by Jon-Collins Black._

![treasure-inside-book.jpg](assets/treasure-inside-book.jpg)

### Official
* https://treasureinside.com/ - Official website for the book and related content.

### Folders

* `.github` - Contains GitHub workflow configurations.
* `assets` - Contains images and other asset files.
* `puzzles` - Contains various puzzle information.

### Deployment

This project is deployed to GitHub Pages using a build script that extracts only necessary static assets.
To build locally, run `./build.sh`. The output will be in the `static/` directory.