holokit-monorepo
v1.0.0
Published
A React UI toolkit for Hologram.
Downloads
1
Readme
Hologram Uikit
Prerequisites to run this locally:
- Node and NPM need to be installed. The use of nvm is recommended for managing versions of both of these. We try to keep the version of Node up to date, and will always make sure to update the
.nvmrc
file when we do so. We should always be developing on the version specified there.
Development Setup
Steps:
- Clone the repo into a project directory of your choosing.
- cd into the dashboard directory and run
npm run bootstrap
. - Run
npm run watch
compiles everything and runs storybook.
Release Storybook to S3
To compile and release the storybook site to our s3 bucket (https://s3.us-east-2.amazonaws.com/holokit.teamhologram.ninja/index.html):
npm run release:storybook
Running Tests
Tests can be run via the npm run test
command. If this is run at the top level, it will run all of the suites in any project. If run in a specific project, it will only run on that particular project.