This is the official documentation site for ENVM - a secure environment variable management and sync tool.
Built with Docusaurus.
# Install dependencies
bun install
# Start development server
bun run start
# Build for production
bun run build
The documentation is automatically deployed to GitHub Pages when changes are pushed to the main branch.
Live site: https://envm-org.github.io/envm/
bun run build
The build folder contains the static files ready for deployment.
main branch to trigger deploymentMIT License - see LICENSE for details.