Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 1.91 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.91 KB

Contributors Forks Stargazers Issues MIT License

Deprecated

This project is deprecated. If you want to start a new project use the template as described here. If you want to browse an example Sihl project, check out sihl-demo.

Minimal Starter Project

This is a simple starter project for the web framework Sihl. Simply clone the repo and start building!

Installation

Clone the repository and make sure that you installed latest version of Sihl with opam install sihl.

To automatically install all project dependencies you can also run opam install . --deps-only --with-doc --with-test --locked --unlock-base.