Commit Graph

  • 044be2a8c6 Fix a few things related to running pages and trying to read directories. main Zed A. Shaw 2024-03-07 00:28:36 -0500
  • a43d47fc01 More restructuring but now the pages/ doesn't quite work the way I want. Need to find a way to unify the api and controllers together. Zed A. Shaw 2024-03-05 14:01:07 -0500
  • 7548d1bbde A big better organization but not complete yet. Zed A. Shaw 2024-03-03 16:21:08 -0500
  • 52a2b2caab Cleaned up the way you make controllers and started working on the API vs. pages organization. Zed A. Shaw 2024-02-29 22:10:32 -0500
  • adf69936bb Add instructions to the READMe. Zed A. Shaw 2024-02-23 21:42:52 -0500
  • b38b14e2f6 Accept is way too complicated, so I'll have to investigate other ways this is done. Zed A. Shaw 2024-02-23 20:55:27 -0500
  • 825378c2b6 Simplify it a bit more by having POST return the todo list again. Zed A. Shaw 2024-02-23 14:54:56 -0500
  • bafff1d25f A basic but kind of scuffed Alpine version of the same functionality. Why is this so much more complicated? Zed A. Shaw 2024-02-23 14:44:12 -0500
  • f72fec3a5d Strip out stuff I'm not using then work on an alpine version. Zed A. Shaw 2024-02-23 12:56:18 -0500
  • 2d73c70186 Added in fastify/formbody so I can...handle forms...in a webserver...in 2024...I guess that's why it's so 'small'. Zed A. Shaw 2024-02-23 12:29:53 -0500
  • 53d67f185b Maybe URLs like this? I think this'll need some reworking but it's a start. Zed A. Shaw 2024-02-22 15:56:04 -0500
  • ded0867b9e Forgot controllers. Zed A. Shaw 2024-02-22 15:47:59 -0500
  • 9a730cd5d6 Basic prototype of hot reloading mostly working with one controller. Zed A. Shaw 2024-02-22 15:46:01 -0500
  • 334fb1ff77 Adding a bando.ps1 command but need to confirm that it'll work on windows and not also interfere with the bando bash script. Zed A. Shaw 2024-02-22 12:37:05 -0500
  • afe4268f26 Actually don't need that, just need some JS that hooks an FSM into Alpine's existing features. Zed A. Shaw 2024-02-21 14:46:01 -0500
  • 0378b2dca3 Prototype the FSM feature I want to teach and test out nunjucks ability to import. Zed A. Shaw 2024-02-21 14:43:37 -0500
  • c8d47a4be2 Thought about bringing some more commands over but too complex. Zed A. Shaw 2024-02-21 14:29:10 -0500
  • 59843f5dd2 Thought about bringing some more commands over but too complex. Zed A. Shaw 2024-02-21 14:28:53 -0500
  • ae6996372b Bring in helmet and cors support then setup for the nicer configuration and runner commands. Zed A. Shaw 2024-02-21 14:18:26 -0500
  • 7421ff513d After a lot of testing the only template system that was small and gave decent error messages was Nunjucks. I'll go with that. Zed A. Shaw 2024-02-20 04:19:08 -0500
  • 7284e510d8 Found out that the templates generated by lodash (and all template engines) don't connect back to the original template file so you lose line numbers. Not sure how to solve it. Zed A. Shaw 2024-02-18 03:54:55 -0500
  • 44f7603ddc Added a jank test runner. Zed A. Shaw 2024-02-15 22:20:13 -0500
  • 069a30bc5b First example from openprops. Zed A. Shaw 2024-02-15 21:47:34 -0500
  • c96e2dd5e2 First commit with a basic old/new school web framework. Zed A. Shaw 2024-02-15 21:28:33 -0500
  • d9d46bc95d Initial commit Zed A. Shaw 2024-02-16 02:20:26 +0100