Skip to content

The home page for the Myst programming language, available at

Notifications You must be signed in to change notification settings

myst-lang/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Myst Language Website

UNMAINTAINED: After more than 5 years sitting stagnant, Myst is definitively dormant and the website/domain has not been renewed. Thanks for your interest over the years.

This repository contains the source for the Myst programming language home page, (soon to be) available at https://myst-lang.org.

Development

To run the site locally, simply start up a static webserver within the docs/ folder. My favorite is the ruby gem asdf:

$ gem install asdf # if you need to
$ cd docs/
$ asdf

If you are making changes to the site, you'll need to be running guard (another Ruby gem). To help get set up, this project provides a Gemfile for Bundler.

$ gem install bundler # if you don't have bundler installed.
$ bundle # Install dependencies
$ bundle exec guard # start the guard server

The source for the website lives in the src/ folder. This includes the source for the pages and other dynamic content that needs to be compiled. Static assets (CSS, images, etc.) are kept in the docs/ folder.

About

The home page for the Myst programming language, available at

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published