Skip to content

screeneasy/screeneasy-landing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScreenEasy Landing Page

ScreenEasy.me landing page

Dev locally:

  • mv credentials.json.dist credentials.json
  • npm install
  • ./node_modules/nodemon/nodemon.js app.js -e js,css,html

Deploy on Heroku:

  • git remote add heroku git@heroku.com:screeneasy.git
  • git push heroku master