Documentation guides to setup locally
npm -v
..env
file in the project’s root directory to securely store your environment variables. Ensure the file includes the following variables:.env
file is added to .gitignore
to prevent exposing sensitive information.
5. Build the Project
dist/
directory.
6. Generate Documentation (Optional)