Skip to content

Streamelopers is a project made to support the Dominican software development community by providing access to talks and workshops to those who missed them. It has the intention to become a video index site and streaming platform.

Notifications You must be signed in to change notification settings

eatskolnikov/streamelopers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamelopers

About

Streamelopers is a project made to support the Dominican software development community by providing access to talks and workshops to those who missed them. It has the intention to become a video index site and streaming platform.

Setup and installation for development

Install nodejs

Here you can check how to do so. There's an issue when installing Node in Ubuntu, check it out how to solve it here

Open the command line and update npm

npm install npm -g

Install bower

npm install -g bower

Before proceeding make sure you are in the project's root folder within the terminal

Install npm packages

npm install

Install bower packages

bower install

Building

grunt build

You can run the build task with this. It will validate js files and create a build folder where it will copy all the css, js, images and html minified.

Watching

grunt watch

Watches any changes made to code files inside the src/ folder. If the watcher sees a change it starts the building process

Security

Some features (like webRTC and ServiceWorker) only work with https so you need to install a security certificate, follow the instructions (here)[https://gist.github.com/kyledrake/d7457a46a03d7408da31] Running

npm start

Executes the "node server.js" command and serve the content of the ./build directory via the port 8000 , accessible via https://localhost:8000

About

Streamelopers is a project made to support the Dominican software development community by providing access to talks and workshops to those who missed them. It has the intention to become a video index site and streaming platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •