This repository contains the source code for Lurka, a 4chan desktop application.
Lurka is still under development. The plan is to eventually have a separate repo/CDN to download the compiled app from.
Take a look at the TODO's for upcoming additions.
You will first need to have Node and Git installed.
# Clone the repository
git clone https://github.com/AdamSalma/Lurka.git
# Enter repo and install dependencies
cd Lurka && npm install
This will run Lurka through localhost:3333
in your browser:
npm start
- You can change the default port from
config/index.js
- Works with Redux devtools
This runs as a desktop application using Electron:
npm run preview
Note: It will build the application before starting, but this will only happen once.