Local blog site built with solidJS.
To start the frontend, run pnpm run dev
To run the backend, run wrangler pages dev .
To run a migration from a file pnpx wrangler d1 execute DB --file=./migrations/00X_filename.sql
or just any SQL command, run pnpx wrangler d1 execute portfolio-blog --command "${SQL_COMMAND}"
To run that remotely, add --remote
to the command.