Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 657 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 657 Bytes

Saucisson

JavaScript Style Guide

Saucisson is an Electron & React based media center interface using mpv as media player

Contributing

Installation

	git clone [email protected]:yadomi/Saucisson.git && cd Saucisson
	npm install

Usage

Webpack is used to build ES6 sources, also we're using HRM for fast React development. Run the hot server first:

	npm run start-hot-server

then, the electron app

	npm run start-hot-rendered