https://github.com/liquidev/treehouse
A place on the Internet I call home
https://github.com/liquidev/treehouse
Last synced: 5 months ago
JSON representation
A place on the Internet I call home
- Host: GitHub
- URL: https://github.com/liquidev/treehouse
- Owner: liquidev
- License: mit
- Created: 2023-08-20T13:52:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-10T18:55:11.000Z (8 months ago)
- Last Synced: 2024-09-11T00:04:42.614Z (8 months ago)
- Language: Rust
- Homepage: https://liquidex.house
- Size: 3.42 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# liquidex's treehouse
Welcome to the Construct.
If you haven't seen the treehouse yet, you [may wanna](https://liquidex.house). It's pretty darn cool.
Please note that this repository contains spoilers. So if you like exploring by yourself, you may wanna do that first before diving into the source code.
*Spoilers for what?*, you might ask.
…
You have been warned.
## Building
The following commands require [`just`](https://github.com/casey/just).
Running a development server requires [`cargo-watch`](https://github.com/watchexec/cargo-watch).To serve the website on `http://localhost:8080` for development:
```sh
just
```This will start a server on port 8080. You can change the port by using the variable `port`:
```sh
just port=8081
```The website will reload itself automatically if you change any file in the repository.
## Issues
Please report issues [directly to me](https://liquidex.house/b?hello).
Known issues are tracked on the [treehouse's issue tracker](https://liquidex.house/treehouse/issues).I do not accept and do not plan to accept external contributions to the treehouse's codebase, because then it would no longer be *my* treehouse.