2025-01-05 20:15:10 +01:00
# treehouse
2023-08-27 14:50:46 +02:00
Welcome to the Construct.
2025-01-05 20:15:10 +01:00
If you haven't seen the house yet, you [may wanna ](https://riki.house ). It's pretty darn cool.
2023-08-27 14:50:46 +02:00
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
2024-02-22 20:42:58 +01:00
The following commands require [`just` ](https://github.com/casey/just ).
Running a development server requires [`cargo-watch` ](https://github.com/watchexec/cargo-watch ).
2023-08-27 14:50:46 +02:00
2024-12-24 23:32:15 +01:00
**abcd**
2024-02-22 20:42:58 +01:00
To serve the website on `http://localhost:8080` for development:
2023-08-27 14:50:46 +02:00
```sh
2024-02-22 20:42:58 +01:00
just
2023-08-27 14:50:46 +02:00
```
2024-02-22 20:42:58 +01:00
This will start a server on port 8080. You can change the port by using the variable `port` :
2023-08-27 14:50:46 +02:00
```sh
2024-02-22 20:42:58 +01:00
just port=8081
2023-08-27 14:50:46 +02:00
```
The website will reload itself automatically if you change any file in the repository.
2024-06-13 18:10:36 +02:00
## Issues
2023-08-27 14:50:46 +02:00
2025-01-05 20:15:10 +01:00
Please report issues [directly to me ](https://riki.house/b?hello ).
Known issues are tracked on the [issue tracker in riki's shed ](https://src.liquidev.net/liquidex/treehouse/issues ).
2023-08-27 14:50:46 +02:00
2024-06-13 18:10:36 +02:00
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.