Caution
Any changes made to main will get built and deployed into production automatically. This includes changes made on Github.com, using their "Edit" feature.
Note
While in a development env, the contact form submits to a special test form on usebasin.com. That form only redirects successful submissions to port 3000.
npm install
npm run dev
Any changes merged to main will automatically get built with Github Actions and deployed to Github Pages at modelcode.ai. Preview and review changes locally with npm run dev before merging into main.
test1