Coded Landing Page in New Design for Utopian-IO
Very recently, made a sort of call-to-arms post for developers to get to work on implementing a new design proposed by
.
User slapped together the HTML in his repo. The version above is a flat page design that might be kind of complicated for Open Source contributions by multiple users.
Due to this, I have taken this design and HTML and paired them together in this repository with a Ruby on Rails framework. This will allow unlimited modularity in design and customization while making merge conflicts and issues between multiple developers smaller and simpler to resolve.
You can see an example deployed on Heroku by following this link. The links are all functional, but at this point in time they are redirect the visitor to the current Utopian.IO site.
Screenshots
Info
- If you visit the link to the Github repo, you will see a button that says "Deploy to Heroku"
- Clicking this link will allow you to deploy your own version of the application for ease of development
Setting Up a Local Development Environment
- Clone the repository
git clone https://github.com/netuoso/utopianio-landingpagecd utopianio-landingpage
- Install Bundler and Gems
gem install bundlerbundle install
- Run the Server
rails server
- Visit the Website in your Browser
http://localhost:3000
What is Heroku
Heroku is a container-based cloud Platform as a Service (PaaS). Developers use Heroku to deploy, manage, and scale modern apps.
Heroku is fully managed, giving developers the freedom to focus on their core product without the distraction of maintaining servers, hardware, or infrastructure. The Heroku experience provides services, tools, workflows, and polyglot support—all designed to enhance developer productivity.
Source
Open Source Contribution posted via Utopian.io