Skip to content

NukeZzZin/umbrella

Repository files navigation

πŸš€ Getting Started

🌎 Prerequisites

  • Install the NodeJS.
  • Install the Yarn.
  • Install the Docker.
  • Config the Discord.
  • Add locales environments in .env File.
  • Install Node Dependencies using yarn in your terminal.

🚚 Installation

  1. Clone the repository using git clone https://github.com/NukeZzZin/umbrella.git in your terminal.
  2. Install Node Dependencies using yarn in your terminal.
  3. Add locales environments in .env File. Example in .env.example.

πŸ±β€πŸ’» Local Developing run

  1. Use yarn dev in your terminal.

🏎️ Local production run

  1. Use yarn build in your terminal.
  2. Use yarn start in your terminal.

πŸ“¦ Docker production run

  1. Create docker project using docker build -t discord . in your terminal.
  2. Run docker project using docker run -d -p 3000:3000 discord in your terminal.

πŸ“ License

You can check out the full license here

This project is licensed under the terms of the GNU General Public License v3.0 license.