GitXplorerGitXplorer
o

koala

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
d2751cd6bc98026fdfbb141302ef73f24dc901bd

db dir

committed 7 years ago
Unverified
57195b478594539547bdf226ebdbe9c61e4a8bd2

specify node engine version

committed 7 years ago
Unverified
5b29e5af0637dee4584177d4c63cc7c49c0f6d62

notes on future frameworks to integrate

committed 7 years ago
Unverified
69b59fa89ff5fb01b3f7fd589560b5ce860d7b78

pug in vue component

committed 7 years ago
Unverified
70b2bf91d6489c228cf4cd4ee125f78dff8207b1

simple vue component!

committed 7 years ago
Unverified
4a416e2ce14d10e250fc42c51b00d2a19789d324

serve it

committed 7 years ago

README

The README file for this repository.

koala

WIP prototype for a node and javascript based tech stack.

Setup

Dependencies

Postgres

$ brew install postgres
$ brew tap theory/sqitch
$ brew install sqitch_pg

JS modules

$ brew install yarn
$ yarn

Database Setup

$ createdb koala
$ sqitch deploy

Running

yarn build
yarn start