Skip to content

lovelindhoni/chadtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bare minimal static-site server written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published