Main repository of Onyx System
This generator relies on several technologies, make sure your system has:
- Pull the repository
- In the repository folder run
- npm install
- bower install
- Run :
gulp
for building to thebuild
directorygulp --release
for building to therelease
directory
- Go to http://localhost:8080
- Have fun coding!
(HTML/CSS/JS/Images/etc)
To install dependencies, run bower install --save package-name
to get the files, then add an entry into the browser key of your package.json
.
Para trabalhar na plataforma Onyx a seguinte metodologia deverá ser adota
- Criar um Fork pessoal
- Baixar este Fork na máquina local
- Configurar o repositório central como Upstream
- Link do repositório central: https://github.com/onyxcorp/onyx
- Pode trabalhar com a metodologia que preferir (criando branches, trabalhando diretamente no master, etc.)
- Após modificações feitas solicitar um merge do Fork para o repositório Onyx central