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
- Host: GitHub
- URL: https://github.com/leabs/codewell-yelpcamp
- Owner: leabs
- Created: 2022-03-19T18:51:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T19:01:09.000Z (about 4 years ago)
- Last Synced: 2025-03-20T04:43:49.010Z (about 1 year ago)
- Language: HTML
- Homepage: https://codewell-yelpcamp.netlify.app/
- Size: 2.87 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)

### 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/)