GitHub - Jacques2Marais/fsharp.org: The F# Software Foundation website · GitHub
Skip to content

Jacques2Marais/fsharp.org

 
 

Folders and files

Repository files navigation

The F# Software Foundation

This repository hosts The F# Software Foundation web site. Pull requests are welcome. The web site code is hosted in the gh-pages branch and is created using the tools provided by GitHub:

Development

The easiest way to get started with this repository is by using the supplied dev container.

Using the Dev Container

  1. Open the repository in Visual Studio Code.
  2. When prompted, reopen the repository in the dev container.
  3. The dev container will automatically set up the development environment.

Summary of using a dev container: A dev container is a pre-configured development environment that includes all the necessary tools and dependencies. It allows you to start developing without having to manually set up your environment.

If not using VSCode, consult your preferred IDE's documentation for instructions.

To start the development server, run the following command:

bundle exec jekyll serve

Or, to enable live reloading:

bundle exec jekyll serve -l

The site will be available at http://localhost:4000

About

The F# Software Foundation website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • TeX 92.2%
  • HTML 4.9%
  • CSS 1.4%
  • F# 0.8%
  • JavaScript 0.5%
  • Ruby 0.1%
  • Other 0.1%