Skip to content

onyxcorp/onyx-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onyx

Main repository of Onyx System

Installation

This generator relies on several technologies, make sure your system has:

Getting Started

  • Pull the repository
  • In the repository folder run
    • npm install
    • bower install
  • Run :
    • gulp for building to the build directory
    • gulp --release for building to the release directory
  • Go to http://localhost:8080
  • Have fun coding!

Third-Party Dependencies

(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.

Guidelines

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
  • 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

Releases

No releases published

Packages

No packages published