Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/splode/hackwild

Hacking through the dense jungle of modern web development
https://github.com/splode/hackwild

back-end-development blog development front-end-development web-development

Last synced: about 2 months ago
JSON representation

Hacking through the dense jungle of modern web development

Awesome Lists containing this project

README

        


HackWild logo

# HackWild

## Overview

HackWild explores the world of modern web development with useful tips, tutorials and articles.

## Technical

HackWild is built with Jekyll and Vue.js.

### Install

```bash
npm i && bundle install
```

### Development

```bash
npm run watch && bundle exec jekyll s
```

### Production

HackWild is continuously deployed using Netlify, but can be manually built using:

```bash
npm run build && bundle exec jekyll build
```

### License

MIT © [Christopher Murphy](https://github.com/splode)