← Back to context

Comment by kimchelgi03

3 days ago

Interesting approach. Keeping everything as local content without a database is a strong design choice - it makes version control with git trivial and deployment much simpler.

Exactly! My thought was that backups, or porting from one version of Foundry to another would be as simple as copying the `content` directory since everything user-generated lives there (admittedly inspired by Wordpress' `wp-content`)