Skip to content

pappasam/presentation-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup instructions

Create a virtual environment using python 3.4. Also, make sure you have npm and bower installed globally. Steps from scratch:

virtualenv -p python3.4 venv
source venv/bin/activate
pip install -U pip
pip install -r requirements.txt
sudo npm install -g bower
npm install
bower install
make
python application.py

Now navigate to localhost:5000 and find your relevant slides

About

Template for presentation using flask and remark

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors