Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
13 lines (9 loc) · 308 Bytes

README.md

File metadata and controls

executable file
·
13 lines (9 loc) · 308 Bytes

Lurker for Reddit

To build:

  • Create a Reddit app at https://www.reddit.com/prefs/apps/
  • Set APP_URL and REDDIT_APP_ID variables (either as environment varibles, or a .env file)
  • npm run build
  • Serve the public directory

To develop

  • Set the variables same as building
  • npm run dev