catcrafts.net/README.md

11 lines
395 B
Markdown
Raw Normal View History

2025-11-12 21:24:23 +01:00
# catcrafts.net
This is the source code for catcrafts.net, a website built entirely in C++ using the Crafter.Graphics library.
2025-11-12 21:24:23 +01:00
```bash
2026-08-08 20:04:36 +02:00
./tools/dev.sh
2025-11-12 21:24:23 +01:00
```
2025-11-12 22:53:37 +01:00
This will compile the project and serve it locally on `http:://localhost:8080`.
2025-11-12 21:24:23 +01:00
2025-11-12 22:53:37 +01:00
This project is source available for educational and viewing purposes only. No permission is granted to copy, modify, distribute, or create derivative works.