diff 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
line wrap: on
line diff
--- a/mrjunejune/README.md	Wed Aug 05 05:25:40 2026 -0700
+++ b/mrjunejune/README.md	Wed Aug 05 09:19:41 2026 -0700
@@ -2,6 +2,23 @@
 
 My personal website where I post my blogs / about me and resume.
 
+## Development-only pages
+
+Experimental pages are compiled and packaged only by the development target:
+
+```bash
+bazel run //mrjunejune:mrjunejune_server_dev -c dbg
+```
+
+The production server and the bundle used by `deploy.sh` omit their route
+registrations and static assets:
+
+```bash
+bazel build -c opt //mrjunejune:mrjunejune_server_bundle
+```
+
+`/jrpg` is currently development-only.
+
 ## WebP assets
 
 Raster source images live under `mrjunejune/assets/png/` and `assets/png/`.