TweetDeck for Reddit
To install as Chrome extension while developing locally:
npm install
npm run build
. This generates adist
folder- Open Google Chrome and go to chrome://extensions
- Make sure
developer mode
is enabled. - Drag the
dist
folder from #2 into the extension page - All set
From this point on, while opening a new tab, you will see the RedditDeck
. So you can stay updated with whatever you are following, with every new tab.
You can install https://redditdeck.prashantpalikhe.com/ as desktop or mobile PWA as well.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate