sidneywebba / gistlog

GistLog

Home Page:https://gistlog.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GistLog

Build Status Stories in Ready

Turn your gists into easy, beautiful, responsive blog posts--a "GistLog". Just paste a Gist URL into GistLog.co and you're up and running.

You can also just replace gist.github.com in any URL with gistlog.co, and you instantly have a beautiful GistLog.

An exercise in iterative development by Matt Stauffer and Adam Wathan of Tighten Co..

Requirements

Installation

  1. Clone the repository locally
  2. Install dependencies with composer install
  3. Copy .env.example to .env and modify its contents to reflect your local environment
  4. Configure a web server, such as the built-in PHP web server, to serve this site using the +public+ directory as its root
  5. Go to https://github.com/settings/developers and create a Oauth app
  6. Create a token here https://github.com/settings/tokens that has access right to Gist
php -S localhost:8080 -t public

Questions

If you have any questions, please reach out to @mattstauffer. Find him here or on twitter at @stauffermatt.

Contributing

Please see the contributing.md for more explicit instructions on how to contribute to the project.

If you have an idea for the project, please look at the open issues, and if your idea isn't there, open an issue for discussion.You can write a pull request without validating the idea first, but it will open up the possibility that you spend a lot of time writing a feature and it gets rejected.

About

GistLog

https://gistlog.co/


Languages

Language:CSS 78.9%Language:PHP 13.9%Language:JavaScript 4.0%Language:HTML 3.2%