davidgtonge / react-spiral

Spiral charts in React

Home Page:https://weather-spiral.davetonge.co.uk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installaton guide

chilarai opened this issue · comments

Can you post an installation guide? It seems the standalone doesnt work and there isnt a proper documentation online

"scripts": {
"test": "echo "Error: no test specified" && exit 1",
"storybook": "start-storybook",
"build": "build-storybook -o build",
"start": "serve ./build --single",
"lint": "eslint src/ stories/",
"lint:fix": "eslint --fix src/ stories/",
"now-build": "npm run build"
}

try npm run storybook, or npm run now-build