Skip to content

How to deploy Kwil Docs

Luke Lamey edited this page Jan 24, 2024 · 1 revision

To deploy Kwil Docs to https://docs.kwil.com, you will need to follow these steps:

Step 1: Join the Kwil Firebase organization.

Ask @KwilLuke to add you to our firebase organization.

Step 2: Firebase CLI

Download Firebase CLI:

npm install -g firebase-tools

Step 3: Add our firebase project

First login to CLI:

firebase login

Select the kwil-docs project:

firebase use kwil-docs

Step 4: Build Static Files

Build the docusaurus static files:

npm run build

Step 5: Deploy to firebase:

firebase deploy