Skip to content

🥔 Front-end Engineering: Hiring Project (Design Team)

Notifications You must be signed in to change notification settings

helpscout/fe-yam-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🥔 Yam Site

Front-end Engineer Hiring Project (Design Team)

💪 Challenge

Check out the challenge notes for details on project requirements and submission.

🛠 Prerequisite

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.

🔧 Setup

Fork/clone/download this repo it to your computer.

Go into that directory and install dependencies by running:

bundle install

📂 File structure

Below are notable folders in this project:

/fe-yam-site
| _data/
| _sass/
| _posts/
\ _assets/

The blog posts live in the _posts/ folder.

🕹 Development

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/.

About

🥔 Front-end Engineering: Hiring Project (Design Team)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published