This uses Strapi to manage the admin interface and API used for originprotocol.com, ousd.com, and story.xyz. It is built with Strapi.
yarn install
cp .env.example .env
Start your Strapi application with autoReload enabled. Learn more
yarn develop
Start your Strapi application with autoReload disabled. Learn more
yarn start
Build your admin panel. Learn more
yarn build
Strapi uses filesystem JSON files to record its configurable data types. We're using Heroku to provision our Strapi, with plans tomove to AWS, which means any changes to data types on the production version of Strapi aren't persistent. So, to make collection type changes, we need to create/edit data types locally, commit them through git, and then deploy them.