Newer
Older
framework / README.md

Framework

===============

Independent JavaScript Framework

version

0.1

Rights

All Rights are reserved to TLCD96.

The Destribution of this fonts requires the user to credit TLCD96 for TLCD96 work, and prior Authorization by TLCD96.

Framework

The Framework is created by TLCD96, compiled to be used in any service authorized by TLCD96.

Demo

The Framework can be viewed in the demo.html included in the package.

Readme.txt

The "Read Me.txt" contains instructions to recompile the Framework and view the Framework. Since the Framework is are made via an js file and each js file is created by TLCD96, the Rights of the Framework are Exclusive to TLCD96.

EULA

The use of this Framework, are governed by the eula available on https://tlcd96.com/en/legal/eula/ and it might require an additional licence to be used. An Copy of the EULA can be encoutered on the files of the fonts. with the nomenclature "EULA X.X.X-YYYY-en.pdf"

Building and running on localhost

First install dependencies:

npm install

To create a production build:

npx webpack --config webpack.config.js --mode production

To create a development build:

npx webpack --config webpack.config.js --mode development