Skip to content

EvaluationContext/evaluationcontext.github.io

 
 

Repository files navigation

Local testing

Install dependencies Install gemfile dependences to /tmp/vendor with bundler

docker run -t -v $PWD:/app -v /tmp/vendor:/vendor -w /app -e BUNDLE_PATH=/vendor ruby bundle

Preview website http://localhost:4000

docker run -t -v $PWD:/app -v /tmp/vendor:/vendor -w /app -e BUNDLE_PATH=/vendor -p 4000:4000 ruby bundle exec jekyll serve --watch --drafts --force_polling -H 0.0.0.0

About

A blog about the Microsoft BI stack (Microsoft Fabric, Power BI, SQL, SSAS, DAX)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.6%
  • CSS 36.9%
  • HTML 3.7%
  • SCSS 2.8%