/chime-web

The web app for chime, a discord music bot

Primary LanguageJavaScriptMIT LicenseMIT

chime-web

Build & Deploy

The web app for chime, a discord music bot

Open production version

Features

  • Serves as a static website for chime
  • Offers important links, such as an invite link, a server invite link, patreon links etc
  • Web interface for managing your personal playlists and for modifiying chime's settings

Screenshots

How was it made?

The front end is a react web app which also uses react-redux.

This project was bootstrapped with Create React App.

Install automatically

You can use this script to install the back- and frontend automatically: https://gist.github.com/realmayus/42b4de34a21f8b27bf22f3e23038c984 You WILL need to change the paths of some directories, i.e. everything that begins with /home/realmayus The script was made for Ubuntu, so not everything might work out of the box if you use it on another OS.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.