Skip to content

A robust management dashboard designed to oversee numerous Discord servers, meticulously crafted using the power of React and Electron JS.

Notifications You must be signed in to change notification settings

AdimisDev/Discord-Server-Manager

Repository files navigation

Simplifidis

Simplifidis is a powerful and easy-to-use Electron application built with React, Redux, and TypeScript. It features a robust development environment with support for hot-reloading, linting, and testing.

Table of Contents

Features

  • Built with Electron, React, Redux, and TypeScript
  • Pre-configured with Webpack, Babel, and Jest
  • Supports hot-reloading for development
  • Linting with ESLint and Prettier
  • Automated testing with Jest and Testing Library
  • Cross-platform support for macOS, Windows, and Linux

Requirements

  • Node.js >=14.x
  • npm >=7.x

Installation

  1. Clone the repository:
git clone https://github.com/adimis-ai/simplifids.git
  1. Change into the directory:
cd simplifids
  1. Install dependencies:
npm install
  1. Start the development environment:
npm start

Scripts

  • npm start - Start the development environment
  • npm run build - Build the application for production
  • npm run lint - Lint the source code using ESLint
  • npm run package - Package the application for distribution
  • npm run rebuild - Rebuild native modules
  • npm run test - Run tests using Jest

Building for Production

To build the application for production, run:

npm run build

This will create a production build in the dist folder.

Testing

To run tests, execute:

npm run test

This will run Jest with the configured test suite.

About

A robust management dashboard designed to oversee numerous Discord servers, meticulously crafted using the power of React and Electron JS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published