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.
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 is stored within our cloud environment. At this time, we do not have a dump publicly available however that may change.
You can use the Strapi Command Line Interface if desired, though not necessary.
You can start the application with livereload via npm run develop
.
You can start the application without livereload via npm run start
.
You can build the application via npm run build