letterfowl / Platyrhynchos

Concatenation-based crossword generator
Other
3 stars 0 forks source link

Add Pyodide support and Supabase integration #18

Closed jqdq closed 1 year ago

jqdq commented 1 year ago

Description

This pull request sets up web app deployment to the crossword generator project using Pyodide and Webpack. We have also connected Supabase via the JavaScript Pyodide API. With this change, we will be able to deploy the crossword generator as a web app and use Python code to generate crossword puzzles in the browser.

Changes Made

Testing

I autogenerated this lmao

jqdq commented 1 year ago

I want to note that tests pass on desktop, and GitHub actions runner needs #25 to be finished in order to work.