Skip to content

ur5us/website-1

 
 

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 test

Code quality checks can be triggered using the following command:

$ make qa

License

MIT. See LICENSE for more details.

About

The Marten framework website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Crystal 34.6%
  • HTML 23.2%
  • SCSS 19.4%
  • JavaScript 15.9%
  • Makefile 5.5%
  • Dockerfile 0.8%
  • Shell 0.6%