https://github.com/asasmith/spikenetlify
https://github.com/asasmith/spikenetlify
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/asasmith/spikenetlify
- Owner: asasmith
- Created: 2016-09-21T16:42:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T17:48:56.000Z (almost 10 years ago)
- Last Synced: 2025-04-11T03:58:46.363Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Spike Netlify
Practicing continuous deployment with Spike and Netlify
## Setup
- make sure [node.js](http://nodejs.org) is at version >= `6`
- `npm i spike -g`
- clone this repo down and `cd` into the folder
- run `npm install`
- run `spike watch` or `spike compile`
## Testing
Tests are located in `test/**` and are powered by [ava](https://github.com/sindresorhus/ava)
- `npm install` to ensure devDeps are installed
- `npm test` to run test suite