Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 534 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 534 Bytes

BitPortal Website

BitPortal's official website web page. The content is from a headless CMS and the pages are auto generated.

Backend

strapi headless cms

modify conntected strapi url

config it in the gatsby-config.js

Install

Make sure that you have the Gatsby CLI program installed:

npm install --global gatsby-cli

Develop

yarn run develop

Build

yarn run build

Deploy with firebase

install firebase before deploy

firebase use <project-id>
firebase deploy