metaware / crystal-website

crystal-lang.org website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crystal Website

Powered by Jekyll

Development setup

  • Checkout the repository
  • Check the Ruby version in .travis.yml and make sure you're using it
  • Run bundle install
  • Start the server with bundle exec jekyll serve
  • Open a broswer in localhost:4000

or to build without starting it: bundle exec jekyll build

Troubleshooting

An error occurred while installing libv8 (3.16.14.11)

gem install therubyracer -v '0.12.2'
gem install libv8 -v '3.16.14.11' -- --with-system-v8

Then retry from the bundle install step.

Thanks!

As always, thanks to the community who contributes to Crystal and its infrastructure and projects.

License

Crystal is licensed under the Apache License, Version 2.0

About

crystal-lang.org website


Languages

Language:JavaScript 60.6%Language:CSS 31.8%Language:HTML 5.8%Language:Crystal 1.0%Language:Ruby 0.7%Language:Shell 0.1%