preview : https://mr-julus.is-a.dev/preview/modern-website
- Changes the current page by navigating to the specified URL.
- Example:
cd about
redirects to/about
.
- Adds a new message to the Firebase database.
- Example:
post new message Hello
adds "Hello" to the list of messages.
- Retrieves and displays all stored messages from Firebase.
- Example:
get messages
shows the list of stored messages.
- Clears the current console display.
- Example:
clear
removes all displayed content.
- Mr_Julus (@MrJulus)