https://vtex-gocommerce.github.io/styleguide
https://vtex-gocommerce.github.io/styleguide
``sh`
git clone https://github.com/vtex-gocommerce/styleguide.git
cd styleguide
npm install
Start the server with:
`sh`
npm run styleguide
First of all, increase the version at Manifest.json.
Run the command below if you created a new component.
`sh`
npm run entrypoints
Link to see results
`sh`
vtex link
Publish when finished
`sh`
vtex switch gocommerce
vtex publish
`sh`
npm run compile
git commit -a
releasy --stable
npm publish
`sh``
npm run styleguide:build
npm run github