Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 465 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 465 Bytes

Introduction

This is a refactorization of the Copilot Partner Readiness GitHub project, using Ruby and Jekyll. In order to run the project, you need to have Ruby installed and the Jekyll Gem added.

The project is deployed using GitHub Actions and published as a static website. To debug locally, you have to run the following commands:

$env:BUNDLE_GEMFILE = "Gemfile.dev"
bundle exec jekyll serve