Skip to content

testpress/developer.testpress.in

 
 

Repository files navigation

developer.testpress.in

This is Testpress API resource built with slate.

Getting Started

Prerequisites

You're going to need:

  • Linux or OS X — Windows may work, but is unsupported.
  • Ruby, version 1.9.3 or newer
  • Bundler — If Ruby is already installed, but the bundle command doesn't work, just run gem install bundler in a terminal.

Set Up

  1. Clone this repository to your hard drive with git clone https://github.com/testpress/developer.testpress.in.git
  2. cd developer.testpress.in
  3. Install all dependencies: bundle install
  4. Start the test server: bundle exec middleman server, For OS X EXECJS_RUNTIME=Node bundle exec middleman server

You can now see the docs at http://localhost:4567.

Publishing Your Docs to Github Pages

  1. Commit your changes to the markdown source: git commit -a -m "Update index.md"
  2. Push the markdown source changes to Github: git push
  3. Compile to HTML, and push the HTML to Github pages: ./deploy.sh

Publishing Your Docs to Your Own Server

Instead of using ./deploy.sh, use ./deploy.sh --source-only. Middleman will build your website to the build directory of your project, and you can copy those static HTML files to the server of your choice.

Contributors

Slate was built by Robert Lord while at TripIt.

Thanks to the following people who have submitted major pull requests:

Also, thanks to Sauce Labs for helping sponsor the project.

Special Thanks

Packages

No packages published

Languages

  • JavaScript 87.4%
  • SCSS 8.1%
  • Ruby 1.9%
  • Shell 1.5%
  • HTML 1.1%