More actions
Bibliographic details for Deploying an App
- Page name: Deploying an App
- Author: Nest Guides contributors
- Publisher: Nest Guides.
- Date of last revision: 27 April 2024 14:00 UTC
- Date retrieved: 13 June 2025 21:50 UTC
- Permanent URL: https://guides.hackclub.app/index.php?title=Deploying_an_App&oldid=84
- Page Version ID: 84
Citation styles for Deploying an App
APA style
Deploying an App. (2024, April 27). Nest Guides. Retrieved 21:50, June 13, 2025 from https://guides.hackclub.app/index.php?title=Deploying_an_App&oldid=84.
MLA style
"Deploying an App." Nest Guides. 27 Apr 2024, 14:00 UTC. 13 Jun 2025, 21:50 <https://guides.hackclub.app/index.php?title=Deploying_an_App&oldid=84>.
MHRA style
Nest Guides contributors, 'Deploying an App', Nest Guides, 27 April 2024, 14:00 UTC, <https://guides.hackclub.app/index.php?title=Deploying_an_App&oldid=84> [accessed 13 June 2025]
Chicago style
Nest Guides contributors, "Deploying an App," Nest Guides, https://guides.hackclub.app/index.php?title=Deploying_an_App&oldid=84 (accessed June 13, 2025).
CBE/CSE style
Nest Guides contributors. Deploying an App [Internet]. Nest Guides; 2024 Apr 27, 14:00 UTC [cited 2025 Jun 13]. Available from: https://guides.hackclub.app/index.php?title=Deploying_an_App&oldid=84.
Bluebook style
Deploying an App, https://guides.hackclub.app/index.php?title=Deploying_an_App&oldid=84 (last visited June 13, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Nest Guides", title = "Deploying an App --- Nest Guides{,} ", year = "2024", url = "https://guides.hackclub.app/index.php?title=Deploying_an_App&oldid=84", note = "[Online; accessed 13-June-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Nest Guides", title = "Deploying an App --- Nest Guides{,} ", year = "2024", url = "\url{https://guides.hackclub.app/index.php?title=Deploying_an_App&oldid=84}", note = "[Online; accessed 13-June-2025]" }