This repository contains the Marten Framework website project.
If all the above system dependencies are properly installed on the target system, it should be possible to install the project using the following command:
$ makeThis command will take care of the installation of the required the dependencies and will build the development assets.
The development server can be started using the following command:
$ make serverThe development server should be accessible at http://127.0.0.1:8000.
The test suite can be run using the following command:
$ make testsCode quality checks can be triggered using the following command:
$ make qaMIT. See LICENSE for more details.