An open API service indexing awesome lists of open source software.

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

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

------