Create Your Database

Provision a new NukeBase project in seconds

Getting Started

1
Extract the downloaded zip file to your desired location
2
Open the folder in VS Code (File > Open Folder)
3
Install the NukeBase CLI by running the command below in your terminal
Terminal
# Install the CLI globally
C:\Users\matt\project npm install -g

# Push your local changes to the live server
C:\Users\matt\project nukebase push

# Pull server changes to your local machine
C:\Users\matt\project nukebase pull