UoaWDCC / wdcc-website-v3

2024 Website Refresh
0 stars 0 forks source link

30 blog article #43

Open Oculux314 opened 2 months ago

Oculux314 commented 2 months ago

Context

We want blogs (this Figma page)

Also adds typegen.

Closes #30

What Changed?

How To Review

Lots of commits and some are overwritten later on so review file-wise:

Testing

Notes

Typegen

If you run yarn typegen in the root directory, it now runs a script that creates typescript types from Strapi types and moves them to the frontend (web/src/types) to use on the frontend like normal types 🎉. At the moment, the cp command only works in bash terminal so use that to run yarn typegen.