- Install nvm.
- Run
nvm install
to install the needed Node version. - Install yarn.
- Run
yarn
to install the dependencies (make sure postgresql client libraries are installed so thatpg
package could compile). - Run
createdb bablog_dev
to create the database. - Run
yarn migrate
to create appropriate tables. - Use
yarn dev
for development.
b
bablog
public
0 stars
0 forks
1 issues
Commits
List of commits on branch master.Unverified
e7f09b6c38a2730c4eecb7199e2807f3d66bce94Добавлено отображение времени создания поста (#1)
dderokarf committed 7 years ago
Verified
0f4944402fbf2f4418ee59c06ab1164922893326Create README.md
bbe9 committed 7 years ago
Unverified
da0eb40530db7b6ce67a424892b4c1dc9df44f5eMake posts work somehow
bbe9 committed 7 years ago
Unverified
3c1d9c8e17f6af120c2dbac798d06d01fcf0adacLint
bbe9 committed 7 years ago
Unverified
3565ddb760095d42c1543996a5d583699cbbc4acnode 8.8.1, upgrade deps
bbe9 committed 7 years ago
Unverified
1e82412b2223484e73ee3b438bb9505b8312e926WIP
bbe9 committed 7 years ago