Santigio / coinz-app

The website made for the Coinz Discord bot

Home Page:https://coinzbot.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coinz

Coinz App

Framework Website Discord

Coinz App is a website built with Next.js 13 made for the Coinz Discord bot.

Pages

  • Landing page with animations and statistics.
  • FAQ page with 12 questions and answers.
  • Commands page with all commands and their usage.
  • Items page with all shop items and their description dynamically fetched from the database.
  • Status page with the status of the bot and all its clusters and shards. Dynamically fetched.
  • Updates page with all Coinz updates.
  • Donate page
  • Terms of use page
  • Privacy policy page

Suggestions, bugs, feature requests

Want to contribute? Great, we love that! Please take your time on opening a new issue.

Support Coinz

Coinz has started as a passion project but has developed way further than I ever imagined. To support this rappid growth please consider donating.

If you can't/don't want to donate anything, that's fine. You can also support Coinz by starring this repository. To make this bot even better consider opening a pull request or issue with a new feature.

Running the project locally

Prerequisites:

  • Node.js
  • MongoDB database

Steps to run the project:

  1. Clone the project:

    git clone https://github.com/SiebeBaree/coinz-app.git
  2. Install the dependencies:

    npm install
  3. Create a .env file with the following content:

    DATABASE_URI=your-mongodb-uri
  4. Run the project:

    npm run dev

Please note that the author, siebe_b on Discord, will NOT provide assistance in understanding or implementing the source code. It is your responsibility to understand and adapt the code as needed for your own project.

License

We use the GNU GPLv3-license. If you plan to use any part of this source code in your own bot, we would be grateful if you would include some form of credit somewhere.

You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions.

Fetched from TLDRLegal, please also read the license if you plan on using the source code. This is only a short summary. Please also take note of that we are not forced to help you, and we won't help you host it yourself as we do not recommend you doing so.

About

The website made for the Coinz Discord bot

https://coinzbot.xyz/

License:GNU General Public License v3.0


Languages

Language:TypeScript 72.1%Language:CSS 25.7%Language:Dockerfile 1.1%Language:JavaScript 1.0%