mirror of
https://github.com/fazo96/tesina.git
synced 2025-01-10 11:34:20 +01:00
18 lines
519 B
Markdown
18 lines
519 B
Markdown
|
# Anonimato nella rete Internet
|
||
|
> 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
|
||
|
```
|