Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gdgmanagua/smaug
App for handling talks
https://github.com/gdgmanagua/smaug
Last synced: about 2 months ago
JSON representation
App for handling talks
- Host: GitHub
- URL: https://github.com/gdgmanagua/smaug
- Owner: gdgmanagua
- Created: 2015-08-20T17:58:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T03:23:12.000Z (almost 6 years ago)
- Last Synced: 2023-03-06T02:33:35.303Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 533 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smaug
## CLI Commands
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# test the production build locally
npm run serve# run tests with jest and preact-render-spy
npm run test
```For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).