Skip to content

martenframework/website

Repository files navigation

Marten Framework Website

CI CI

This repository contains the Marten Framework website project.

System requirements

Installation

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.

Running the development server

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.

Running the test suite

The test suite can be run using the following command:

$ make tests

Code quality checks can be triggered using the following command:

$ make qa

License

MIT. See LICENSE for more details.