https://github.com/leabs/codewell-fiber-landing
https://github.com/leabs/codewell-fiber-landing
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leabs/codewell-fiber-landing
- Owner: leabs
- Created: 2022-03-23T16:10:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T16:23:55.000Z (about 4 years ago)
- Last Synced: 2026-02-18T04:20:44.963Z (4 months ago)
- Language: HTML
- Homepage: https://codewell-fiber.netlify.app/
- Size: 2.49 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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/)

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