Closed perarnborg closed 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
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! 🚀
Closes #35
Since node is bumped to v16 (in .nvmrc) you need to reinsall dependencies:
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! 🚀