Skip to content

monad-crypto/MIPs

Repository files navigation

Monad Improvement Proposals (MIPs)

This repository builds a static MIP website with Jekyll and is intended to be deployed with GitHub Pages (deployment may currently be disabled in CI).

Build locally

Prerequisites

  • Ruby >= 3.1 (including Ruby 4.x)
  • Bundler (gem install bundler)

Install dependencies

bundle install

Run locally

bundle exec jekyll serve

Then open http://localhost:4000.

Production-style build

JEKYLL_ENV=production bundle exec jekyll build

Generated files are in _site/.

Releases

No releases published

Packages

 
 
 

Contributors