-
Notifications
You must be signed in to change notification settings - Fork 7
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:
Ask @KwilLuke to add you to our firebase organization.
Download Firebase CLI:
npm install -g firebase-tools
First login to CLI:
firebase login
Select the kwil-docs
project:
firebase use kwil-docs
Build the docusaurus static files:
npm run build
firebase deploy