Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 404 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 404 Bytes

cbd-directory

Computational Biology Department Directory

Instructions for running reveal.js

  • Install Node.js (4.0.0 or later)
  • Navigate to the reveal.js folder
  • Install dependencies : $ npm install
  • Serve the presentation and monitor source files for changes : $ npm start
  • Open http://localhost:8000 to view your presentation
  • You can change the port by using npm start -- --port=8001.