Development & Build
Munza was built using modern front-end tooling to ensure a smooth developer experience and high-performance output. We use Vite as our build tool, which offers blazing-fast hot module replacement during development and highly optimized builds for production. The development process is fully TypeScript-based, allowing our team to catch errors at compile time and maintain a high standard of code quality.
To get started with development, our team members clone the repository, install dependencies using npm install
, and run the local development server with npm run dev
. The project includes environment variables for sensitive configuration like API keys, which are managed through a .env
file and never committed to source control. Our build process includes steps for linting, type checking, and bundling assets for deployment. We use a CI/CD pipeline to automatically test and deploy changes to staging and production environments, ensuring that updates are shipped quickly and reliably.
Last updated