@speechly/demo-navigation
v0.3.0
Published
Global navigation component for our demos
Downloads
10
Keywords
Readme
Speechly Demo Navigation
Global navigation component for our demos.
Local development
This repo contains a minimal react app for easier local development. To get started, run the following commands.
Install dependencies:
npm install
Fire up development server:
npm start
Test that it builds:
npm run build
Publishing a new version
- Trigger a new version bump and publish to NPM workflow
- Specify the version per semver convention