Skip to content

M680x0/m680x0.github.io

Repository files navigation

Website for M68k LLVM Support

A portal to the development of M68k LLVM support, as well as other M68k releated documentations.

Contributing to the site

Setup

macOS

Using Homebrew and rbenv so we don't interfere with system Ruby. Skip or alter steps if using a different Ruby version manager.

brew install rbenv
rbenv init

Restart your terminal to allow rbenv init's changes to take effect.

rbenv install 3.1.7
rbenv global 3.1.7

Install bundler and Jekyll:

gem install bundler jekyll

Install the gems listed in Gemfile:

bundle install

Start the Jekyll server:

bundle exec jekyll serve

Open the site being served:

open http://127.0.0.1:4000/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages