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

https://github.com/simbo/a-static-site


https://github.com/simbo/a-static-site

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

A Static Site
=============

> This is test project using
> [Metalsmith](https://github.com/segmentio/metalsmith),
> [Gulp](https://github.com/gulpjs/gulp/)
> and a lot of
> [other packages](https://github.com/simbo/a-static-site/blob/master/package.json)
> to create a *static* website.

[![MIT License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://simbo.mit-license.org)
[![devDependencies Status](https://img.shields.io/david/dev/simbo/a-static-site.svg?style=flat-square)](https://david-dm.org/simbo/a-static-site#info=devDependencies)
[![Travis Build Status](https://img.shields.io/travis/simbo/a-static-site/master.svg?style=flat-square)](https://travis-ci.org/simbo/a-static-site)

## Commands

- `npm install`
setup everything

- `npm run build`
build in production mode

- `npm run build-dev`
build in development mode

- `npm run test`
run tests

- `npm run dev`
build in dev mode, start local webserver, watch everything and rebuild on change