SermonIndex UI using Remix. You can read the OSS Disclosure of all open source packages used.
Install the deps:
- Node.js
- npm
npm installRun the dev server:
npm run dev
First, build your app for production:
npm run buildThen run the app in production mode:
npm startTo generate the OSS disclosure, use license-checker in this and the api repo. Copy the list of licenses into the public/oss-disclosure.md file (replacing the existing content).
npx license-checker --production --markdown