noahgsolomon / Codefoli

Building portfolio websites for developers who have better things to do
https://codefoli.com
MIT License
74 stars 12 forks source link

Preview mode will route user to /preview #34

Closed noahgsolomon closed 1 year ago

noahgsolomon commented 1 year ago

All logic will be on frontend, we will simply emulate what the users page will look like. And as far as the editing goes, since we're not storing any files in a bucket storage, this means we will need a user column for every editable thing on the users page. For downloading, the build process will take place on the backend, and the build logic will be comparable to the preview frontend logic.