Skip to content

Temme install

Oussama Essamadi edited this page Jan 5, 2019 · 2 revisions

Installation


There are several ways to get Temme:

Package manager

You can obviously install it via a package manager.

# Using npm
npm install temmejs

# Using bower
bower install temmejs --save

# Using yarn
yarn add temmejs

CDN

You can also go the old-school-cool way and use a CDN.

https://cdn.jsdelivr.net/npm/temmejs@latest/dist/temme.min.js

Visit this page for targeting a specific version of Temme via jsDelivr.

Manual download

If you want it the real old school way, you can manually download the the latest version of Temme from here. Or refer to this link for targeting a specific version.

Build it yourself.

If you're the proud nerd you are and would rather build your tools yourself, simply clone this repository:

git clone https://github.com/EOussama/temmejs.git

And follow the steps documented here on how to successfully build Temme.

Clone this wiki locally