1.0.0 • Published 4 years ago

holokit-monorepo v1.0.0

Weekly downloads
2
License
Apache-2.0
Repository
gitlab
Last release
4 years ago

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:
  1. Clone the repo into a project directory of your choosing.
  2. cd into the dashboard directory and run npm run bootstrap.
  3. 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.