justinpchang / inpublic

Project-centric blogging, built for fast and informal updates that keep you accountable
https://inpublic.dev
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

inpublic

https://inpublic.dev

Project-centric blogging, built for fast and informal updates that keep you accountable

Follow development on inpublic.

Please log all bugs and feature requests as GitHub issues.

Tech

Local development

A Procfile is defined at the root directory to facillitate local development.

cd api
bundle
cd ../web
yarn
cd ..
foreman start