-
Notifications
You must be signed in to change notification settings - Fork 0
davewood/talk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Talk is an application to write and display presentation slides. Slides are written in HTML and the author can use jQuery and Bootstrap. wget https://github.com/davewood/talk/archive/master.zip unzip master.zip cd talk-master cpanm --installdeps . # set password, replace asdfasdf with a password of your choice echo "{ 'Plugin::Authentication' => { default => { store => { users => { admin => { password => 'asdfasdf' } } } } } }" > talk_local.pl ./script/talk_server.pl --port 3000 # open http://localhost:3000 in your browser and login
About
Talk is an application to write and display presentation slides using CSS/HTML
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published