justincy / signs-of-the-second-coming

Exploring the order of the signs of the Second Coming of Christ as mentioned in scripture
https://www.greatdayofthelord.org/
1 stars 0 forks source link

Front-end for modifying the data #48

Closed justincy closed 3 years ago

justincy commented 3 years ago

In planning to have a more robust data system that I can edit via a UI, I want to create a dummy front-end first. Then later I can plug it into the backend.

justincy commented 3 years ago

I think I'll use Next.js because I'm familiar with it and can move quickly. Also, the React community has a robust system of components to choose from.

justincy commented 3 years ago

Next.js is so different from what I'm using now that I'll start on an orphan branch so it has a clean history. Nothing from the past is relevant at the moment.

justincy commented 3 years ago

Scratch that. Some of the repo metadata is useful and the README. I also don't want to have merge conflicts or deal with force pushing so I'll just branch and delete all Hugo related things.

justincy commented 3 years ago

I have Next.js setup. That's good for now. I need to think about the schema. I can build more of the front-end later.