-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

yesod


> Helper tool for Yesod, a Haskell-based web framework.

> All Yesod commands are invoked through the `stack` project manager.

More information.


Create a new scaffolded site, with SQLite as backend, in the `my-project` directory:

stack new {my-project} {yesod-sqlite}

Install the Yesod CLI tool within a Yesod scaffolded site:

stack build yesod-bin cabal-install --install-ghc

Start development server:

stack exec -- yesod devel

Touch files with altered Template Haskell dependencies:

stack exec -- yesod touch

Deploy application using Keter (Yesod's deployment manager):

stack exec -- yesod keter


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 04:07:05 2024