Merge branch 'master' of github.com:standardnotes/web

This commit is contained in:
Mo Bitar
2018-08-15 10:28:20 -05:00
2 changed files with 2 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ This repo contains the core code used in the web app, as well as the Electron-ba
1. `bundle install` 1. `bundle install`
1. `npm install` 1. `npm install`
1. `bundle exec rake bower:install` 1. `bundle exec rake bower:install`
1. `grunt` 1. `npm run build`
1. `rails s` 1. `rails s`
Open your browser to http://localhost:3000. Open your browser to http://localhost:3000.

View File

@@ -6,6 +6,7 @@
"url": "https://github.com/standardnotes/web" "url": "https://github.com/standardnotes/web"
}, },
"scripts": { "scripts": {
"build": "grunt",
"test": "karma start karma.conf.js --single-run" "test": "karma start karma.conf.js --single-run"
}, },
"devDependencies": { "devDependencies": {