Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmcw/biggie
everyone can get big
https://github.com/tmcw/biggie
Last synced: about 2 months ago
JSON representation
everyone can get big
- Host: GitHub
- URL: https://github.com/tmcw/biggie
- Owner: tmcw
- Created: 2013-06-14T05:21:39.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-12-23T23:44:57.000Z (almost 6 years ago)
- Last Synced: 2024-10-12T04:16:49.088Z (2 months ago)
- Language: JavaScript
- Homepage: http://macwright.org/biggie/
- Size: 259 KB
- Stars: 103
- Watchers: 9
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-starred - tmcw/biggie - everyone can get big (others)
README
# biggie
![](mascot.jpg)
biggie is the last mile of [big](https://github.com/tmcw/big). It turns
[Markdown](http://daringfireball.net/projects/markdown/) into slides,
and slides into a website, and even posts it online for you with the magic of
[bl.ocks.org](http://bl.ocks.org/) and [Gist](http://gist.github.com).## develop
[email protected]:tmcw/biggie.git
Then dependencies
npm install
To start a server, run
npm start
To bake `js/site.js` for static serving, run
npm run-script make
## See Also
* [big](https://github.com/tmcw/big) now contains the CLI functionality that
used to be in biggie - try it out!
* [killercup's fork](http://killercup.github.io/biggie/) ([src](https://github.com/killercup/biggie)) adds localStorage backup,
code highlighting, and style tweaks.## license
Public Domain or equivalent (CC0 internationally)