Skip to content

The material used for Glispa Connect's technical interviews

License

Notifications You must be signed in to change notification settings

Avocarrot/hiring

Repository files navigation

Setup your development environment

In order to preview the pages of this guide on your local machine you can follow the steps below:

gem install github-pages
gem install bundler
bundle exec jekyll build
bundle exec jekyll serve

The page now runs at http://127.0.0.1:4000 or http://localhost:4000.

Note: If you face any problems setting your local env please read the guide here.