Skip to content
This repository was archived by the owner on Feb 21, 2019. It is now read-only.

Latest commit

 

History

History
31 lines (26 loc) · 640 Bytes

File metadata and controls

31 lines (26 loc) · 640 Bytes

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