1.0.6 • Published 2 years ago

@designstringstudio/frontierui v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago