Mercurial
comparison mrjunejune/README.md @ 259:667156fcd3e3
Add dev-only cyberpunk JRPG page
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Wed, 05 Aug 2026 09:19:41 -0700 |
| parents | 70f2a3dafc1c |
| children | 1f9877b637e9 |
comparison
equal
deleted
inserted
replaced
| 258:60a876c4587a | 259:667156fcd3e3 |
|---|---|
| 1 # Mrjunejune | 1 # Mrjunejune |
| 2 | 2 |
| 3 My personal website where I post my blogs / about me and resume. | 3 My personal website where I post my blogs / about me and resume. |
| 4 | |
| 5 ## Development-only pages | |
| 6 | |
| 7 Experimental pages are compiled and packaged only by the development target: | |
| 8 | |
| 9 ```bash | |
| 10 bazel run //mrjunejune:mrjunejune_server_dev -c dbg | |
| 11 ``` | |
| 12 | |
| 13 The production server and the bundle used by `deploy.sh` omit their route | |
| 14 registrations and static assets: | |
| 15 | |
| 16 ```bash | |
| 17 bazel build -c opt //mrjunejune:mrjunejune_server_bundle | |
| 18 ``` | |
| 19 | |
| 20 `/jrpg` is currently development-only. | |
| 4 | 21 |
| 5 ## WebP assets | 22 ## WebP assets |
| 6 | 23 |
| 7 Raster source images live under `mrjunejune/assets/png/` and `assets/png/`. | 24 Raster source images live under `mrjunejune/assets/png/` and `assets/png/`. |
| 8 Bazel converts them to WebP before they enter the server runfiles or release | 25 Bazel converts them to WebP before they enter the server runfiles or release |