PogMC Developments
  • PogMC Developments
  • Plugins
    • UltraCollections
      • Features
      • Understanding the config
      • Commands & Permissions
      • How the GUI system works
      • How to create a category
      • How to create a collection
      • How to create a reward GUI
      • Developer API
  • Websites
    • BlockBase
      • Getting Started
      • Changing Branding
      • Editing Pages
      • Theming
      • 404 Error
Powered by GitBook
On this page
  • Running Locally
  • Commands
  1. Websites
  2. BlockBase

Getting Started

Let's get started!

PreviousBlockBaseNextChanging Branding

Last updated 7 months ago

So you've finally purchased BlockBase, you're excited to get it up and running for your server, but how??


Running Locally

You must run this locally first to edit it before you can publish it to your web host (we provide free web hosts through discord btw).

You'll need to install NodeJS in your system to start, download it from .

Commands

After you've installed NodeJS, extract blockbase.zip, go inside the extracted folder, open a new command prompt and run these commands:

  1. npm install - This will install the necessary dependencies to run and compile the website.

  2. npm run - This will run the website locally for you, when you edit the files, this locally hosted website will automatically update as you edit blockbase. We recommend using to edit the files.

  3. npm build - Open a new command prompt in the same folder, then run this command. This'll generate a new folder called build, everything INSIDE of that build folder is what you need to upload to your webhost's public_html folder.

here
VsCode