Static assets for MozFest third-party platforms, built and hosted on S3.
This repo uses Yarn workspaces. Install dependencies from the root:
yarn installThen run scripts per platform using yarn workspace <platform> <script>:
yarn workspace accelevents buildHosted assets (dist/hosted/) are served from S3. Widget assets (dist/embed/) are not deployed.
On every push to main that changes source files, the CI workflow builds the assets and commits the output to the compiled branch. Copy the files from compiled to S3 manually.
Static assets for the MozFest Accelevents event platform. See accelevents/README.md for scripts and deployment details.