Update README
This commit is contained in:
parent
6830bd41dd
commit
7b4935ad5d
1 changed files with 9 additions and 6 deletions
15
README.md
15
README.md
|
@ -1,9 +1,12 @@
|
||||||
# [mmbradley.ca](https://mmbradley.ca)
|
# Personal website
|
||||||
|
|
||||||
A basic static personal website.
|
A basic static personal website, made using TypeScript/React/Vite.
|
||||||
Contains some basic information about me along with some of my interests.
|
It contains some basic information about me along with some relevant links.
|
||||||
|
|
||||||
## TODO
|
It is deployed at [mmbradley.ca](https://mmbradley.ca).
|
||||||
|
|
||||||
* TODOs in files
|
## Deployment
|
||||||
* Automate minifying and push to site?
|
|
||||||
|
The site is build with React and local development can be done with React devtools, but the site is ultimately static.
|
||||||
|
`render.sh` calls `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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue