/website-2023

Diode.io website in 2023

Primary LanguageVue

Diode Setup:

System Preparation

  1. Follow guides here to install ruby for your OS
  2. Install Jekyll & Bundler: gem install jekyll bundler then bundle install

Local Dev Environment

  1. To build and to serve on 127.0.0.1:4000: bundle exec jekyll serve

Note: If step 1 fails, prepending bundle exec to the commands may solve the issue.