Skip to content

mattsonlyattack/fable-compiler.github.io

 
 

Repository files navigation

Fable website generator

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

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.

npm install
npm start

If you've trouble building some native dependencies (like oniguruma) on your system, check the requirements for node-gyp installation.

For deployment run:

npm run deploy

About

Fable web site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • F# 75.9%
  • SCSS 10.4%
  • JavaScript 7.1%
  • CSS 5.1%
  • Other 1.5%