This is the source of our website at inflection.engineering.
Install fnm, the fast node manager:
# Install with homebrew
brew install fnm
# Load into your environment; this can be added to your `.zshrc` or equivalent
eval "$(fnm env --use-on-cd --shell zsh)"
# Switch to the appropriate node version
fnm useInstall pnpm if you haven't already:
npm install -g pnpmRun the development server, which builds and compiles the site as you edit:
pnpm run devEdit the website files, index.html, 404.html and src/* and see the changes appear as you save them.
This site uses TailwindCSS and DaisyUI.