Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/introduction-to-leveldb
Some slides to get a quick introduction about LevelDB
https://github.com/mcollina/introduction-to-leveldb
Last synced: 16 days ago
JSON representation
Some slides to get a quick introduction about LevelDB
- Host: GitHub
- URL: https://github.com/mcollina/introduction-to-leveldb
- Owner: mcollina
- Created: 2015-07-21T14:39:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T13:08:15.000Z (over 9 years ago)
- Last Synced: 2024-10-19T09:12:40.236Z (2 months ago)
- Language: HTML
- Homepage: http://mcollina.github.io/introduction-to-leveldb/
- Size: 2.6 MB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to LevelDB
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)## View slides locally
First, ensure you have the following installed:
1. [Node.js](http://nodejs.org)
2. [Bower](http://bower.io): `$ npm install -g bower`
3. [Gulp](http://gulpjs.com): `$ npm install -g gulp`Then, install dependencies and run the preview server:
```bash
$ npm install && bower install
$ gulp serve
```