Skip to content
HeribertoGalvezGarcia edited this page May 28, 2020 · 2 revisions

Welcome to the allay-be wiki!

Local Dev Setup:

  1. install node
  2. install postgres with brew install postgres and brew services start postgresql
  3. initialize database with npx knex migrate:latest and npx knex seed:run
  4. npm i & npm start in root
Clone this wiki locally