1.0.0 • Published 4 years ago

@nyxo/nyxo-components v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Nyxo UI library

Live Demo

Credits

This repo was bootstrapped with gatsby-typescript-storybook-starter

Features

Development

Node.js v8.0.0 or above is required and using Yarn is recommended.

# install dependencies
yarn

# ...or with npm
npm install

# serve with hot reload for development (localhost:8000)
yarn develop

# serve storybook with hot reload for development (localhost:9000)
yarn storybook

# lint project
yarn lint

# format project source
yarn format

# run tests
yarn test

# build for production
yarn build

# build static storybook (outputs to `public/docs` folder)
yarn storybook:build

# serve locally (after building)
yarn serve

# clean the local build
yarn clean

License

This project is licensed under MIT