https://github.com/danielnaab/soilio-landing
"Coming soon" landing page for soil.io.
https://github.com/danielnaab/soilio-landing
Last synced: 3 months ago
JSON representation
"Coming soon" landing page for soil.io.
- Host: GitHub
- URL: https://github.com/danielnaab/soilio-landing
- Owner: danielnaab
- License: other
- Created: 2015-12-13T23:24:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T00:05:30.000Z (almost 6 years ago)
- Last Synced: 2025-12-31T00:29:30.470Z (7 months ago)
- Language: CSS
- Homepage: http://www.soil.io
- Size: 2.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# soilio-landing
This is the "coming soon" landing page for [soil.io](http://soil.io).
A short post on this repository may be
[read here](http://blog.crushingpennies.com/creating-a-landing-page-with-npm-scripts.html).
## Install
```shell
npm install
```
This will install all dependencies into a local `node_modules` directory. Then,
use the `watch` job to start a local dev server on port 9000:
```shell
npm run watch
```
To build a minified distributable, use the `build` job:
```shell
npm run build
```
To deploy to an S3 bucket, use the `deploy` job:
```shell
npm run deploy
```