catcrafts.net/README.md

12 lines
418 B
Markdown
Raw Normal View History

2025-11-12 21:24:23 +01:00
# catcrafts.net
2025-11-12 21:56:18 +01:00
This is the source code for catcrafts.net, a website built entirely in C++ using the Crafter.CppDOM library.
2025-11-12 21:24:23 +01:00
```bash
2025-11-12 22:53:37 +01:00
crafter-build build executable
2025-11-12 21:56:18 +01:00
./run.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.