Skip to content

dburka/simple.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple.org

This repository houses the source code for the Simple app website.

Development

We use Middleman to build the static pages which are hosted on GitHub Pages.

To run the site on your own machine, simply clone the repo, install the packages necessary, and start up a Middleman server.

$ git clone [email protected]:resolvetosavelives/simple.org.git
$ cd simple.org
$ bundle install
$ middleman server

Now you should be able to go to http://localhost:4567 and see the site running locally.

About

Simple.org website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.5%
  • CSS 27.7%
  • Ruby 4.8%