https://github.com/simbo/a-static-site
https://github.com/simbo/a-static-site
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simbo/a-static-site
- Owner: simbo
- License: mit
- Created: 2014-12-02T00:39:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-24T15:23:37.000Z (over 11 years ago)
- Last Synced: 2025-03-14T15:30:28.926Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](http://simbo.mit-license.org)
[](https://david-dm.org/simbo/a-static-site#info=devDependencies)
[](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