GitXplorerGitXplorer
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
0f4944402fbf2f4418ee59c06ab1164922893326

Create README.md

bbe9 committed 7 years ago
Unverified
da0eb40530db7b6ce67a424892b4c1dc9df44f5e

Make posts work somehow

bbe9 committed 7 years ago
Unverified
3c1d9c8e17f6af120c2dbac798d06d01fcf0adac

Lint

bbe9 committed 7 years ago
Unverified
3565ddb760095d42c1543996a5d583699cbbc4ac

node 8.8.1, upgrade deps

bbe9 committed 7 years ago
Unverified
1e82412b2223484e73ee3b438bb9505b8312e926

WIP

bbe9 committed 7 years ago

README

The README file for this repository.

bablog

Installation

  1. Install nvm.
  2. Run nvm install to install the needed Node version.
  3. Install yarn.
  4. Run yarn to install the dependencies (make sure postgresql client libraries are installed so that pg package could compile).
  5. Run createdb bablog_dev to create the database.
  6. Run yarn migrate to create appropriate tables.
  7. Use yarn dev for development.