Frontend development
For more in-depth details on why certain decisions were made, see the architecture section.
The frontend development can be divided roughly into three sections:
- Updating the content (don't modify pages, just the text and images). See here. For information on images and how to optimize all images, see here.
- Adding new static pages (design-focused page design). See here.
- Creating dynamic pages (and integrating them with the backend). See the section in the backend here.