Use Rollup to build JS for docs

This commit is contained in:
Justin Fagnani
2019-12-20 10:23:35 -08:00
committed by Justin Fagnani
parent 12d60c07dd
commit fe5a424bee
14 changed files with 383 additions and 170 deletions

View File

@@ -0,0 +1,4 @@
<p>This directory containts the sources for the static site contained in the /docs/ directory. The site is based on the <a href="11ty.dev">eleventy</a> static site generator.</p>
<p>The site is intended to be used with GitHub pages. To enable the site go to the GitHub settings and change the GitHub Pages &quot;Source&quot; setting to &quot;master branch /docs folder&quot;.</p>
<p>To view the site locally, run <code>npm run serve</code>.</p>
<p>To edit the site, add to or edit the files in this directory then run <code>npm run docs</code> to build the site. The built files must be checked in and pushed to GitHub to appear on GitHub pages.</p>