Skip to content

Mars Radio is an educational platform built from the collective knowledge of a cooperative of artists, technologists, and explorers. Our knowledge spans across many fields, from sustainable off-grid living to up-and-coming technologies. This educational program is an invitation for you to join us, to help us harness these powerful tools to impro…

Notifications You must be signed in to change notification settings

kirbliscious/mars.radio

Repository files navigation

Mars.radio

  1. Install Ruby. For Mac, make sure you've installed Homebrew. Then:

    brew install rbenv
    echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
    source ~/.bash_profile
    eval "$(rbenv init -)"
    curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-doctor | bash
    rbenv install 2.7.1
    rbenv global 2.7.1
    
  2. Install Jekyll and bundler gems

    gem install --user-install bundler jekyll
    echo 'export PATH="$HOME/.gem/ruby/2.7.1/bin:$PATH"' >> ~/.bash_profile
    source ~/.bash_profile
    
  3. Clone this repository

    git clone https://github.com/brahman-ai/mars.radio
    
  4. Initiailize it with bundler

    cd mars.radio
    bundle install
    
  5. Launch locally

    bundle exec jekyll serve
    
  6. Go to http://localhost:4000

About

Mars Radio is an educational platform built from the collective knowledge of a cooperative of artists, technologists, and explorers. Our knowledge spans across many fields, from sustainable off-grid living to up-and-coming technologies. This educational program is an invitation for you to join us, to help us harness these powerful tools to impro…

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published