@designstringstudio/frontierui

1.0.6 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @designstringstudio/frontierui

Weekly Downloads

1

Version

1.0.6

License

ISC

Unpacked Size

201 kB

Total Files

140

Last publish

Collaborators

  • designstringstudio