lszymik / softwareeng

Software Engineering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actor Model

Introduction

Presentation of Software Engineering performed during Hack Your Career events

Setup

Some reveal.js features, like external Markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.

  1. Install Node.js (1.0.0 or later)

  2. Clone the reveal.js repository

    $ git clone https://github.com/lszymik/softwareeng
  3. Navigate to the actormodel folder

    $ cd softwareeng
  4. Install dependencies

    $ npm install
  5. Serve the presentation and monitor source files for changes

    $ npm start
  6. Open http://localhost:8000 to view your presentation

    You can change the port by using npm start -- --port 8001.

About

Software Engineering

License:Apache License 2.0


Languages

Language:JavaScript 48.1%Language:CSS 37.7%Language:HTML 14.2%