idyll-interactive-prototype

Template for a single Idyll post.

Usage no npm install needed!

<script type="module">
  import idyllInteractivePrototype from 'https://cdn.skypack.dev/idyll-interactive-prototype';
</script>

README

idyll-post

Template for a single Idyll post.

Installation

  • Clone this repo and run npm install.

Developing a post locally

Run npm start.

Building a post for production

Run npm run build. The output will appear in the top-level build folder. To change the output location, change the output option in package.json.

Deploying

Run npm run publish.

Dependencies

You can install custom dependencies by running npm install <package-name> --save. Note that any collaborators will also need download the package locally by running npm install after pulling the changes.