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

https://github.com/leabs/codewell-fiber-landing


https://github.com/leabs/codewell-fiber-landing

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Codewell.cc Fiber Landing 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-fiber.netlify.app/)

![codewell Fiber design](/FiberStarterFiles/Design/LandingPageDesktopView.png)

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