https://github.com/vtex/academy
Site público do programa de estágio da VTEX - http://academy.vtex.com
https://github.com/vtex/academy
srv-hiring xp-people-places
Last synced: over 1 year ago
JSON representation
Site público do programa de estágio da VTEX - http://academy.vtex.com
- Host: GitHub
- URL: https://github.com/vtex/academy
- Owner: vtex
- Created: 2014-11-24T14:12:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T16:16:09.000Z (over 8 years ago)
- Last Synced: 2024-11-27T20:29:16.616Z (over 1 year ago)
- Topics: srv-hiring, xp-people-places
- Language: HTML
- Homepage:
- Size: 53.8 MB
- Stars: 3
- Watchers: 196
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VTEX Academy Website
==
Live page at: [academy.vtex.com](https://academy.vtex.com)
## Contributing
First, install [node.js](http://nodejs.org/).
Then, install the grunt-cli package via npm:
npm i -g grunt-cli
Finally, clone this repo, install deps and run grunt:
git clone git@github.com:vtex/academy.git
cd academy
npm i
grunt
## Deploying to GH Pages
grunt dist
------