# Installation

# CDN

If you want to use a CDN to include the AlpineEditor in your project:

<script src="https://cdn.jsdelivr.net/gh/maxeckel/alpine-editor@0.3.1/dist/alpine-editor.min.js"></script>

Now head over to the Getting started guide.

# NPM

If you want to include AlpineEditor in your build setup using NPM:

npm install alpine-editor

Now you can simply import it where ever you want it:

import AlpineEditor from 'alpine-editor';

Now head over to the Getting started guide.