1.0.6 • Published 3 years ago

@designstringstudio/frontierui v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Frontier UI Library

To Run Locally

  1. Clone the repo
    git clone https://github.com/frontierdotxyz/frontier-ui.git
  2. Install deps: go to root folder
    cd frontier-ui
    yarn install
  3. Run storybook
    yarn storybook
  4. Run All Test Cases
    yarn test
  5. Run Test Cases with UI
    yarn test:ui

To Build Library

  • Run the below command in the root directory
      yarn build
  • This will generate a build folder "dist" , which will contain minified and bundled files

To publish the npm package

  1. Setup your npmrc account
npmrc <profile-name>
  1. Go to dist folder and run below command
npm init --scope=@name-of-org/package-name
  1. Publish it to a repo

    npm publish --access public

    OR

    Follow this tutorial here

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago