Skip to content

mozilla/enterprise-admin-reference

Repository files navigation

Firefox enterprise admin reference

This project hosts reference documentation for Firefox as an enterprise browser. For details, see the Contributing docs.

Getting started

Node.js and npm are required, for example:

node -v
# v23.11.1
npm -v
# 11.4.2

The quickest way to get started is to install dependencies and run in development mode:

npm i && npm run dev

For a full site build, including site search, run build then preview:

npm run build && npm run preview

Commands

All commands are run from the root of the project:

Command Action
npm install (or npm i) Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

Starlight documentation

See Starlight's docs, or read the Astro documentation.

About

Admin reference for Firefox as an enterprise browser, including policy documentation and guides.

Topics

Resources

Contributing

Stars

9 stars

Watchers

3 watching

Forks

Contributors