# m2dev-server-src [![build](https://github.com/d1str4ught/m2dev-server-src/actions/workflows/main.yml/badge.svg)](https://github.com/d1str4ught/m2dev-server-src/actions/workflows/main.yml) Clean server sources for educational purposes. It builds as it is, without external dependencies. ## How to build > mkdir build > > cd build > > cmake .. > > cmake --build .