A Webmontag Bremen twitterwall
This project is a WIP and should be treated as such. There are many things that need to be refined, in terms of best, no, any practices, yet.
Nevertheless, any feedback is greatly appreciated. :)
WAND-NEXT consists of two parts:
The following steps are required for a dev & prod build.
# install dependencies
npm install
# create and adapt config - insert your API keys, etc.
cp config{.example,}.js
# start nodejs server locally
npm start
# build for production with minification
npm run build