pronounced as soramaru
A Twitter list viewer for images
Running Redis instance is needed.
Following files should exist in config. Please refer to their samples, or you
can just start by copying them.
config/app.jsconfig/twitter.js
cp config/app.sample.js config/app.js
Clone the repo:
git clone https://github.com/noraesae/soramaru.git
cd soramaru
Install dependencies:
yarn
Run a dev server:
node .
Build production assets:
yarn build
Run a production server:
NODE_ENV=production node .
