12 lines
584 B
Markdown
12 lines
584 B
Markdown
# 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](https://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.
|