Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hacktoolkit/deprecated-hacktoolkit.github.io

⛔️ DEPRECATED Hacktoolkit website
https://github.com/hacktoolkit/deprecated-hacktoolkit.github.io

archived deprecated obsolete

Last synced: 14 days ago
JSON representation

⛔️ DEPRECATED Hacktoolkit website

Awesome Lists containing this project

README

        

# DEPRECATED

Deprecated in favor of new site at: https://github.com/hacktoolkit/www.hacktoolkit.com

hacktoolkit.com
===============

[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
[![Build Status](https://travis-ci.org/hacktoolkit/hacktoolkit.github.io.png?branch=master)](https://travis-ci.org/hacktoolkit/hacktoolkit.github.io)

Source code for Hacktoolkit website ()

For information about the code/library, `hacktoolkit`, see

## Set Up and Local Development Instructions

To run this website locally:

1. On a Mac, install Xcode command-line tools:
`xcode-select --install`
1. `git clone [email protected]:hacktoolkit/hacktoolkit.github.io.git`
1. `bundle install` (If Bundler is not installed yet, run `[sudo] gem install bundle`)
1. Or, install the `github-pages` [gem](https://github.com/github/pages-gem) manually
1. Build the website
`jekyll build [-w]`
1. Serve it locally
`jekyll serve`

## Contributing