OnlyOneMessageWeb is the official web frontend for OnlyOneMessage. It handles the documentation, home page, terms of service, privacy policy and more. You can view this site at https://onlyonemessage.monobyte.studio.
This website is built with Astro, a web framework.
This repository is not to be confused with OnlyOneMessage, the source code for the bot.
This guide is for installing the website for development purposes. If you'd to self-host the bot, view this page instead: https://github.com/MonobyteStudios/OnlyOneMessage
- Node.js (v18+)
- Clone the repository:
git clone https://github.com/MonobyteStudios/OnlyOneMessageWeb.git
cd OnlyOneMessageWeb- Use the table of commands below for instructions:
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add, astro check |
npm run astro -- --help |
Get help using the Astro CLI |
Refer to the OnlyOneMessage repository for more information.
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0), see the LICENSE.txt file for more information.
-
✅ Free to Use - You can freely use this repository
-
✅ Free to Study - You can inspect & learn from it's source code
-
✅ Free to Modify - You can create modified versions for personal or community use
-
⚠️ If you host your own instance of this bot as a service, you must:- Provide access to your complete source code, including modifications
- Release all source code under APGL-3.0 OR contact Monobyte Studios for a commercial license
Monobyte Studios provides and maintains OnlyOneMessageWeb as a hosted service; AGPL-3.0 ensures the community will benefit from improvements while protecting against unfair exploitation of our work.
