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:
$ make
This 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 server
The development server should be accessible at http://127.0.0.1:8000.
The test suite can be run using the following command:
$ make tests
Code quality checks can be triggered using the following command:
$ make qa
MIT. See LICENSE
for more details.