The site is hosted on Cloudflare and links to my custom domain which is also hosted on Cloudflare. Backend services such as forms and shopping are powered by AWS Lambda, API Gateway, and Cloudfront.
This site is built using React.js and Vite, and uses NPM as a package manager. Run the following commands to start the site in development mode.
nvm use
npm install && npm start