et1975 / fable-compiler.github.io

Fable web site

Home Page:https://fable.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fable website generator

This project generates the static web pages for Fable website. Requirements are the same as for other Fable projects (plus yarn).

The F# project in src is compiled to a node app using Fable and then executed to generate the static pages. To run the app in development mode (with live reload of the server whenever F# sources change) run the following commands.

yarn
yarn start

For deployment run:

yarn deploy

Other repositories

The tool expects the Fable repository to be cloned on the same directory level as this one.

About

Fable web site

https://fable.io


Languages

Language:F# 83.3%Language:CSS 14.8%Language:HTML 1.9%