This commit is contained in:
@@ -1,3 +1,23 @@
|
|||||||
# leecat.art
|
# leecat.art
|
||||||
|
|
||||||
Lee Cattarin's personal website, v2. Built on Eleventy.
|
Lee Cattarin's personal website, v2. Built on Eleventy.
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm i
|
||||||
|
# or
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
## Run locally
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run dev
|
||||||
|
```
|
||||||
|
|
||||||
|
## Build website
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run build
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user