> For the complete documentation index, see [llms.txt](https://docs.pogmc.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pogmc.net/blockbase/blockbase/getting-started.md).

# Getting Started

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).&#x20;

You'll need to install NodeJS in your system to start, download it from [here](https://nodejs.org/en/download/prebuilt-installer).

### 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 [VsCode ](https://code.visualstudio.com/)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.
