Skip to content

Mushmak/archit.us

 
 

Repository files navigation

architus

FOSSA Status Build Status Website Uptime API Uptime Netlify Status Storybook Discord Server Codacity

Archit.us provides a web dashboard server administrators and members can use to modify settings, view statistics and logs, and manage custom emoji and auto-responses


Web dashboard

🚀 Getting Started

To use archit.us to manage the Architus bot on installed servers or add it to new ones, connect with Discord to be redirected to the web dashboard, where you can view settings and add the bot to your servers.

Setup

To set up the archit.us web application, you'll need to have Node.js installed. Once installed, run the following commands to download dependencies:

npm install -g yarn
yarn install

📡 Development Server

Because the web application is built with react-static at its core, there are two options to preview the app while developing: a hot reload-enabled development server (recommended) and a statically-generated site preview.

Hot-reload-enabled

yarn start

Statically-generated preview

yarn build
yarn serve

Code Style

Archit.us uses eslint and prettier to enforce JavaScript code style across the repository. To run the linter locally, run:

yarn run lint

❓ Getting Help

If you have an issue about the bot, the web dashboard, or have any other questions, feel free to create a new issue or join our Discord server

🛠 Tooling

This project uses a variety of useful tooling to help preview, manage, and deploy the application. Among those are:

📜 License

FOSSA Status

About

Home website & web dashboard for architus, a multi-purpose Discord bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 71.4%
  • CSS 28.6%