- Replace project.json + run.sh with a C++ project.cpp build descriptor (crafter-build), targeting wasm32-wasip1 with the Crafter.Graphics dep - Add Catcrafts-Views implementation; drop Catcrafts-Component - Add catcrafts-head.js (sets <title>/<link> tags at runtime) - Update Blog/Root/main modules, README, and favicon Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
12 lines
No EOL
420 B
Markdown
12 lines
No EOL
420 B
Markdown
# catcrafts.net
|
|
|
|
This is the source code for catcrafts.net, a website built entirely in C++ using the Crafter.Graphics library.
|
|
|
|
```bash
|
|
crafter-build build executable
|
|
./run.sh
|
|
```
|
|
|
|
This will compile the project and serve it locally on `http:://localhost:8080`.
|
|
|
|
This project is source available for educational and viewing purposes only. No permission is granted to copy, modify, distribute, or create derivative works. |