KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ledit2
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Kicad-Bluetooth-Feasycom-projekt-library
:
KiCad 7 Library for the FSC-BT1026 Modul and schematic with FSC-BT1026 and PCM5102
marketing-landing-page-design
:
Landing page design for a marketing company.
KyberKotlin
:
ML-KEM's Super Fast Kotlin Implementation
UGI
:
Urban Generative Intelligence (UGI): A Foundational Platform for Embodied Agent and Future City
RXRENDER
:
enhance the graphic rendering capabilities of android devices
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ledit2
?
Download (.md)
# ledit2 A read-only client for Reddit, Hackernews, lobst.rs, and RSS/Atom feeds. ### Development 1. Install & run Docker 2. Install NodeJS +19 3. Set an environment variable called `LEDIT_DB_PASSWORD` to a password of your choice. ``` npm run dev ``` In VS Code run the `dev` launch config to connect to the Node server via the debugger, and spawn a Chrome instance for frontend debugging. ### Deployment Deployment is tailored towards my setup, see `publish.sh`. If your setup is similar (VPS/root server + Docker + nginx-proxy + lets-encrypt-companion), then you can modify the `host` and `hostDir` fields in `package.json` to deploy to your own infrastructure. 1. Deploy backend & frontend: `./publish.sh server` 1. Deploy just the frontend: `./publish.sh`