Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 614 Bytes

File metadata and controls

50 lines (40 loc) · 614 Bytes

gitogramm

Project setup

npm install
or
yarn install

rename env.dist.js to env.js and insert your data

Compiles and hot-reloads for development

npm run serve
or
yarn serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Deploying to Github pages

npm run gh-pages-deploy

Run Storybook

yarn storybook

Customize configuration

See Configuration Reference.