TweetDeck for Reddit
To install as Chrome extension while developing locally:
npm installnpm run build. This generates adistfolder- Open Google Chrome and go to chrome://extensions
- Make sure
developer modeis enabled. - Drag the
distfolder 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
