Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.02 KB

fantom-lang.org

Written in: Fantom Licence: ISC

This is the public repository for the fantom-lang.org website.

To suggest documentation updates, simply fork and send a pull request.

The main web pages are located in etc/web-pages/ as Slim files.

Running the site locally

To run fantom-lang.org locally, and assuming you have Fantom and FPM installed, then simply run the following:

# navigate to the git repo
$ cd <fantom-lang.org git repo>

# download / update all pod dependencies
$ fpm update

# build the website
$ fpm build

# fire it up!
$ fpm run afFantomLang 8069

Then point your browser at http://localhost:8069/.