You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connection tab, Host name/address: localhost -> save
THEN
expand test -> expand Databases -> Right click db -> Properties...
Security tab -> Privileges
** Is there a Grantee by your computer login name? Yes? Skip next line
Click +, select Grantee as your computer login name.
Set Privileges to all -> save
In run.py (line 18), a file 'dbLogin.txt' is referenced. This file should be
located in the same directory as run.py. It should contain one line
with the user's (that's you) database credentials.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# Not implemented, but command will try to run# run unit tests
npm run unit
# Not implemented, but command will try to run# run e2e tests
npm run e2e
# Not implemented, but command will try to run# run all tests
npm test