Getting Started
The easiest way to get started is to put the Javascript bundle and the stylesheet directly to your page:
<link rel="stylesheet" href="https://unpkg.com/@curvenote/article/dist/curvenote.css"> <script src="https://unpkg.com/@curvenote/article"></script>You can also download the latest release from GitHub. If you are running this without a web server, ensure the script has charset="utf-8"
in the script tag. You can also install from npm:
You should then be able to extend the package as you see fit:
import components from '@curvenote/article';See Curvenote on GitHub for more information about the libraries.
Made with love by Curvenote
Last updated February 19th, 2021