AdamSalma / Lurka

4chan desktop app for power users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 73.0%Language:Sass 21.7%Language:SCSS 3.0%Language:HTML 2.3%