Front-end Engineer Hiring Project (Design Team)
Check out the challenge notes for details on project requirements and submission.
A working Ruby dev environment. Mac OS should come with Ruby by default, but it may not be reliable. We recommend going with a solution like rbenv to manage local Ruby dev environments.
Fork/clone/download this repo it to your computer.
Go into that directory and install dependencies by running:
bundle install
Below are notable folders in this project:
/fe-yam-site
| _data/
| _sass/
| _posts/
\ _assets/
The blog posts live in the _posts/
folder.
This project is basically an out-of-the-box Jekyll site, that was generated via jekyll new
.
Fire up the local development server by running:
bundle exec jekyll serve --watch
Visit the dev site at http://localhost:4000/.
Check out the blog post at http://localhost:4000/2019/06/21/test-post/.