Skip to content

jbaudanza/subnetchat

Repository files navigation

Install dependencies

Join the chat at https://gitter.im/subnetchat/Lobby

npm install

or

yarn

Install postgres

https://www.postgresql.org/download/

Setup schema

curl https://raw.githubusercontent.com/jbaudanza/rxeventstore/master/schema.sql > schema.sql
createdb subnetchat_development
psql subnetchat_development
\i schema.sql

Run

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors