Gatsby | Strapi
-
Requirement.
Requirement mandatory.
Node version 10(or lastest) MongoDb version 3.4(or lastest) ---- AND ---- npm i strapi@alpha -g npm i gatsby-cli -g
-
Clone repository and deploy.
Navigate into your new site’s directory and start it up.
git clone https://github.com/lntl/nebula.git ``` Run mongodb like mongod on CLI
-
Deploy strapi and install.
Navigate into directory of testapi.
cd /api npm install ---- AND ---- cd ../content npm install
Go to documentation to create first user, create first article and verify Roles & Permissions View
-
Run gatsby.
Navigate into directory blog and start it up.
cd /content gatsby develop