Skip to content

d-labs-dev/website

Repository files navigation

D‑LABS Website

Setup

  1. Setup Ruby (Ruby version must be lower than 3, some packages may not work with Ruby >=3.0)
  2. Install bundler globally
gem install bundler
  1. Clone this repo and cd into it
  2. bundle install
  3. create .env file and add CONTENTFUL_SPACE_ID and CONTENTFUL_ACCESS_TOKEN
  4. Load these env vars and load contentful data
env $(cat .env | xargs) bundle exec jekyll contentful
  1. Start jekyll
bundle exec jekyll serve --livereload
  1. open http://127.0.0.1:4000/ in browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published