tracim / theme_builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standard - JavaScript Style Guide

Tracim Theme Builder

Allows to customize the design of a Tracim instance

Setup

Node js

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs

install all dependencies

npm install

Build

Build all sources

npm run build

To run the app

Edit the attribut configPath from index.html to change the url to get the app configuration Open /dist/index.html in a web server

Test

Run local test

npm run test:local

About


Languages

Language:JavaScript 85.0%Language:CSS 14.6%Language:Shell 0.3%