Skip to content

Repository files navigation

JF Framework

License

JF Framework is licensed under GPLv3

Description

JF Framework is a web framework coded in C as a school project.

Progress

A roadmap can be found in the TODO.

Contributing

Please read the CONTRIBUTING before making pull requests.

Documentation

Full documentation is found in the Doxygen generated site Docs.

How to build

To build on amd64 you must run:

  1. cmake --preset build-x86 -S .
  2. cmake --build --preset build-x86

To build on arm64 you must run:

  1. cmake --preset build-arm -S .
  2. cmake --build --preset build-arm

Releases

Packages

Contributors

Languages