Skip to content

Instantly share code, notes, and snippets.

@vneverz
Created February 21, 2020 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vneverz/cee31b6d7334c4269adfead3d229fa5a to your computer and use it in GitHub Desktop.
Save vneverz/cee31b6d7334c4269adfead3d229fa5a to your computer and use it in GitHub Desktop.
AR project to Heroku
{
"name": "happybirthday",
"version": "1.0.0",
"description": "This will load any static html site",
"scripts": {
"start": "harp server --port $PORT"
},
"dependencies": {
"harp": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment