Skip to content

Commit

Permalink
added Readme and config file
Browse files Browse the repository at this point in the history
  • Loading branch information
morbidick committed Dec 11, 2014
1 parent 3ea17fe commit 045426e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
1 change: 1 addition & 0 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ iron:router
accounts-base
anti:fake
accounts-password
accounts-ui-bootstrap-3

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Locc3 Application

## Install
````
npm install -g meteorite
mrt install
meteor --settings private/settings.json
````
5 changes: 0 additions & 5 deletions lib/config.js

This file was deleted.

7 changes: 7 additions & 0 deletions private/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"environment": "dev",
"public": {
"ean_prefix": "200",
"ean_prefix_dev": "201"
}
}

0 comments on commit 045426e

Please sign in to comment.