Skip to content

Instantly share code, notes, and snippets.

View michellescripts's full-sized avatar

Michelle Bergquist michellescripts

  • Denver, CO
View GitHub Profile
Krisp:
Download KRISP here
IntelliJ Config
Remove ';' warnings from java code style
`Editor > Code Style > Javascript`
Use single quotes in JavaScrip code style
set 'show param name hints appearance' to false/off
`Editor > General > Code Completion`
```
$ brew services stop postgres
$ cd /usr/local/var
$ ls _(you should see a postgres file)_
$ mv postgres **secondpostgres** _(new name for old data)_
$ ls _(your old postgres should now be renamed)_

Keybase proof

I hereby claim:

  • I am michellescripts on github.
  • I am mbergquist (https://keybase.io/mbergquist) on keybase.
  • I have a public key ASA1Ju1e5gQ3z4auHp3cb6nEXJTjaGZx6bAJf1bFhLoSBwo

To claim this, I am signing this object:

In project:
1. Double check that package.json has a start script
In command line, in PROJECT folder - add Heroku:
2. which heroku
3. heroku create herokuSiteName
4. git remote -v (shows you the heroku remote)
In command line, in PROJECT folder - add DB to Heroku:
5. heroku addons:create heroku-postgresql