Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 840 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 840 Bytes

Continuous Integration Deployment

README

This is the source code to portfolio.

Setup

Install RVM and Ruby first

$ gem install bundler --no-ri --no-rdoc
$ bundle install

Setup

$ rvm install `cat .ruby-version`
$ rvm gemset create `cat .ruby-gemset`
$ rvm use .
$ gem install bundler
$ bundle install

Developing

$ middleman server

Building

$ middleman build

Deployment

Github Actions automatically builds and deploys the website.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.