Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/splode/hackwild
- Owner: Splode
- Created: 2017-09-02T23:22:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:52:14.000Z (about 2 years ago)
- Last Synced: 2024-11-07T05:11:55.368Z (3 months ago)
- Topics: back-end-development, blog, development, front-end-development, web-development
- Language: HTML
- Homepage: https://hackwild.com
- Size: 3.95 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# 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)