@nyxo/nyxo-components

Nyxo Shared Component Library

Usage no npm install needed!

<script type="module">
  import nyxoNyxoComponents from 'https://cdn.skypack.dev/@nyxo/nyxo-components';
</script>

README

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