Skip to content

wizdaif/dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dash

A free and simple solution to running your own purchase hub for Roblox.

Note

This is a work in progress - The roblox counterpart of this might be released, probably not though

Questions? Contact me on discord @justj2 or email at [email protected]

Related Services

Other services that do all of this and more:

Parcel
myPod
dash (coming soon)

Run Locally

Clone the project

  git clone https://github.com/wizdaif/dash

Go to the project directory

  cd dash

Install dependencies

  npm install

Configure Required Files

  • Edit .env file with this template
DISCORD_TOKEN=bot token here
CLIENT_ID=bot client id here
CLIENT_SECRET=bot client secret here
APP_URI=app url here
API_KEY=api key here
MONGODB_URI=mongodb url thing here
  • Edit configuration.ts with this template
export const config = {
    allowedIds: [''] // this will set who can access the web dashboard
    // other stuff here idk
}

Start the server

  npm run start