https://github.com/danielnaab/figgy-pudding
2016 Figgy Pudding Playlist
https://github.com/danielnaab/figgy-pudding
Last synced: 12 months ago
JSON representation
2016 Figgy Pudding Playlist
- Host: GitHub
- URL: https://github.com/danielnaab/figgy-pudding
- Owner: danielnaab
- License: mit
- Created: 2016-12-15T01:35:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T01:58:02.000Z (over 9 years ago)
- Last Synced: 2025-01-20T13:19:48.301Z (over 1 year ago)
- Language: CSS
- Homepage: http://figgypudding.kismetbydesign.com/
- Size: 276 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Figgy Pudding 2016
This project will generate a static site to highlight a Spotify playlist.
## 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
```