Skip to content

BrigadaSOS/BrigadaSOS-docs

Repository files navigation

Brigada SOS Website

Created with Docusaurus and deployed with Netlify.

Install

npm run install

Build

For a watch server that gets hot-reloaded automatically, useful for writing docs:

npm run start

To build and serve a local copy of the page (same as the production environment)

npm run build && npm run server

Deploy

Commits deployed to main branch will get automatically deployed to the main website by Netlify. Use Pull Requests for proposing and previewing changes before merging directly.