AlKYala / notation-census-project

Apache License 2.0
0 stars 1 forks source link

Spike: Submitting forms and deployment #11

Open AlKYala opened 1 month ago

AlKYala commented 1 month ago

This spike will explore the implementation of a user-friendly system for submitting new mathematical notations to our Notation Census project for new notations using Netlify Forms and 11ty.

Tasks:

Key Points:

polx commented 1 month ago

would this be dependent on netlify?

AlKYala commented 1 month ago

would this be dependent on netlify?

Not quite. For now this is really just a comfortable solution for deployment. My aim is really just to have a comfortable dev/int/prod environment. Netlify redeploys instances for given branches (main, develop) and abstracts the whole process away.

If we decide to take it to ANY other platform, I we have to build a git workflow for deployment.