otaviojava / beagle-docs

Beagle Documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docs-beagle

Project: 466 Zup - Relacionamento com Desenvolvedores

Get started

To start this project, you must run the following commands:

git submodule update --init --recursive --remote

You must have installed Node and then install your dependencies using npm (or yarn if you prefer):

npm install

You also must have Hugo installed in your machine. Please, check their documentation to do so.

Then run:

npm run start. If you're getting a fatal error: Pipe failed, run: npm run start --watch=false or apply these settings.

npm run start - By default, this command will run the project in development mode. If you want to change the environment use, then run npm run start --environment=production.

Build

npm run build - To build the application, run this command after you installed hugo and all package dependencies (npm install).

About

Beagle Documentation

License:Apache License 2.0


Languages

Language:HTML 80.0%Language:TypeScript 18.1%Language:Shell 2.0%