Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 749 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 749 Bytes

A Simple App to make playlist of youtube videos to be used in the EuskalEncounter

This app is written following Mantra covering core features of it.

Demo

EuskalVideos

To deploy to heroku you can use this BuildPack

Setting Up

  • Clone this repo
  • Do npm install to install dependencies
  • Make sure you've installed Meteor locally

Running The App

Simply start your app with meteor -p 5005. Then you can access the app on http://localhost:5005

Running Tests

Run tests with:

npm test

See package.json for more information about testing setup.