Skip to content

AdamSalma/Lurka

Repository files navigation

Lurka

Build Status Build status

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.

Installation

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

Development mode

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

Production mode

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.


Lurk moar

About

4chan desktop app for power users

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published