Skip to content

Latest commit

 

History

History
executable file
·
31 lines (19 loc) · 695 Bytes

README.md

File metadata and controls

executable file
·
31 lines (19 loc) · 695 Bytes

Java-DevZone.github.io

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

🚨 Nunca faça alterações na branch master

Utilize somente a branch source ou branches derivadas de source para desenvolvimento.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

utilizamos Actions do github para fazer o build e o deploy deste projeto direto para o GH-Pages, bastando a branch source ser atualizada para executar a Action.