corrections

This commit is contained in:
array-in-a-matrix 2024-01-15 15:08:45 -05:00
parent b9967c6ae9
commit 8cf51b1d0b

View file

@ -13,7 +13,7 @@ Articles are written in markdown or MDX (I am using [Joplin](https://github.com/
Install dependencies:
```sh
pnpm import
pnpm install
```
### Dev Server
@ -26,7 +26,7 @@ pnpm dev --open --host
The site should be now accessible at [http://localhost:4321/](http://localhost:4321/). A specific port can be specified using `--port` flag.
### Build
### Build Site
Build deployable site: