Aventyret / solarplexus

Wordpress Block that is useful when building news sites
GNU General Public License v2.0
6 stars 1 forks source link

Feature/docs on GitHub pages #39

Closed perarnborg closed 2 years ago

perarnborg commented 2 years ago

Closes #35

Since node is bumped to v16 (in .nvmrc) you need to reinsall dependencies:

sudo rm -r node_modules && yarn

Run docs locally with yarn docs:dev

Design spec for the docs are here, courtesy of @Fank1: https://www.figma.com/file/oP5a2WBuHBUAVPanC1k0F9/Solar-Plexus?node-id=3%3A49

When this is merged release tags trigger docs to be published to github pages. This will require the repository to be public! 🚀