An open API service indexing awesome lists of open source software.

https://github.com/leabs/codewell-yelpcamp

Codewell.cc design to HTML challenge called yelpcamp
https://github.com/leabs/codewell-yelpcamp

Last synced: about 1 month ago
JSON representation

Codewell.cc design to HTML challenge called yelpcamp

Awesome Lists containing this project

README

          

# Codewell.cc YelpCamp Template

[Codewell.cc](https://www.codewell.cc/) challenge converting a .png mockup design to a responsive HTML static webpage. This uses jekyll to generate the page and bulma css framework for some basic styling.

See it live [here.](https://codewell-yelpcamp.netlify.app)

![codewell newsletter popup design](YelpCampStarterFiles/Design/landingpagedesktop.jpg)

### Prerequisites needed to build locally

- Ruby version 2.5.0 or higher
- RubyGems
- GCC and Make

### Building the project locally

- Clone or download the directory
- `cd` into directory
- Run `bundle install` to install the repository locally
- Run `bundle exec jekyll serve` to build the repository locally
- Naviagte to [http://localhost:4000/](http://localhost:4000/)

### More information on configuring, building, deploying

[https://jekyllrb.com/](https://jekyllrb.com/)