/fxa-strapi

Primary LanguageJavaScript

FxA Strapi

This repo hosts the Strapi config and content schema for supporting the main FxA monorepo.

Strapi is currently used to host supporting product information for the subscription platform part of FxA.

Branches

This repo is setup such that there are 3 main branches -- dev, stg, and prod. These each correlate to their associated environment and are deployed on push, rather than on tag.

Content

Content is stored within our cloud environment. At this time, we do not have a dump publicly available however that may change.

Commands

You can use the Strapi Command Line Interface if desired, though not necessary.

Developing

You can start the application with livereload via npm run develop.

Strapi CLI develop

Starting

You can start the application without livereload via npm run start.

Strapi CLI start

Building

You can build the application via npm run build

Strapi CLI build