dr-hextanium / cookbook

A clean, quick reference for common issues faced in the context of the FIRST Tech Challenge.
https://cookbook.dairy.foundation
MIT License
11 stars 9 forks source link

Decide on frontend framework to use #1

Closed dr-hextanium closed 9 months ago

dr-hextanium commented 9 months ago

I haven't made a website in a while.

This entire site will be purely static, so hosting is pretty simple; I'll probably use GitHub Pages on my robotic team's account.

I've been looking at Astro since it seems to excel with static sites. The vision for Cookbook is to have a robustly searchable "hand book" of common problems easily available and reference-able.

For fast searching, PageFind looks like a great option, which seems to work with a lot of libraries.

My initial thought was to just use SvelteKit since I'm most familiar with that, but I do not think that it's the best option for something like this.

Any external ideas are very welcome, and if you would like to contribute, hit me up at hextanium on Discord.

This is mostly for my own reference though.

Froze-N-Milk commented 9 months ago

mdbook

I loved using md book while learning rust!. The whole thing is super clean and easy to follow and use.

schsdrobotics commented 9 months ago

Decided on mdbook as per suggestion. Initial revision released.