Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.42 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.42 KB

Speck&Tech


System Preparation

Our site is statically built with Jekyll and deployed on Vercel. You'll need Ruby and the Bundler gem installed on your machine. We suggest using the rbenv version manager to install the dependencies.

# install the Ruby version manager
brew install rbenv ruby-build
rbenv install $(cat .ruby-version)

# set the local Ruby version
rbenv local $(cat .ruby-version)

# install the package manager
gem install bundler

Local Installation

  1. Clone this repository.
  2. Run bundle install. It will fetch Jekyll and its dependencies.

Compatibility issues with your platform? Fear not! Just run bundle lock --add-platform <platform>.


Jekyll Development Mode

To get the server running:

bundle exec jekyll serve [--livereload]
# or
jekyll serve [--livereload]

# then run
[ruby] ./scripts/styling.rb

The two scripts will take care of the live reloading and the style compilation. For more info, please see the Jekyll and TailwindCSS docs.

When you push to master, Vercel will build the website and deploy to https://speckand.tech.