Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 535 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 535 Bytes

chadtp - bare minimal static-site server written in C

Build

Dependencies

  • Cmake
  • GCC or Clang

Clone and Build

git clone https://github.com/lovelindhoni/chadtp
cd chadtp
mkdir build
cd build
cmake --build .

Instructions

Executable chadtp would be built

you can specify the directory in which site files are present

chadtp www
chadtp dist/

The default argument is / which is relevant to the current directory where chadtp is present

License

MIT