Project: 466 Zup - Relacionamento com Desenvolvedores
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.
npm run build
- To build the application, run this command after you installed hugo and all package dependencies (npm install
).