Skip to content

Fantom-Factory/fantom-lang.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/.