@@ -11,7 +11,6 @@ It is deployed [here](https://next-postgres.herokuapp.com/).
1111- [ NextJS + Custom Express] ( https://github.com/zeit/next.js/ )
1212- [ Postgres] ( https://www.postgresql.org/ )
1313- [ Sequelize: PostgresSQL ORM] ( http://docs.sequelizejs.com/ )
14- - [ Styled-JSX] ( https://github.com/zeit/styled-jsx )
1514- [ Passport for local authentication] ( http://passportjs.org/ )
1615- [ Heroku] ( https://www.heroku.com )
1716- [ Redux] ( http://redux.js.org/ ) + [ Higher-Order Components] ( https://facebook.github.io/react/docs/higher-order-components.html )
@@ -43,14 +42,14 @@ I also built a [React Native](https://facebook.github.io/react-native/) applicat
4342
4443## Setup: Quick newbies guide to Postgres
4544
46- - On OSX, to run Postgres:
45+ - On OSX, to run Postgres:
4746
4847``` sh
4948pg_ctl -D /usr/local/var/postgres start
5049```
5150
5251- Postgres config is stored in ` ./config.js ` .
53- - Local database: ` testdb ` .
52+ - Local database: ` testdb ` .
5453- Username and password as ` test ` .
5554
5655### First time Postgres instructions.
@@ -163,4 +162,4 @@ append `--force` if necessary.
163162
164163## Questions?
165164
166- Feel free to slang any feels to [ @meanjim ] ( https://twitter.com/meanjim ) .
165+ Feel free to slang any feels to [ @meanjim ] ( https://twitter.com/meanjim ) .
0 commit comments