My personal website
https://mmbradley.ca
Remember when I switched to pnpm, like, 1 commit ago? Yeah I misread the CI log, it actually need to use npm. |
||
---|---|---|
.forgejo/workflows | ||
public | ||
src | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.json | ||
eslint.config.js | ||
index.html | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
render.bash | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
Personal website
A basic static personal website, made using TypeScript/React/Vite. It contains some basic information about me along with some relevant links.
It is deployed at mmbradley.ca.
Deployment
The site is build with React and local development can be done with React devtools, but the site is ultimately static.
yarn build
calls render.sh
which uses vite build
to process the assets and prepare the site for rendering.
It then has node
render the site, and outputs everything needed to display the site to the dist/prod
directory.