From f72b9d58c708606853a97e9cfd8a888b16ba5e36 Mon Sep 17 00:00:00 2001 From: Cheri Date: Tue, 20 Feb 2024 21:13:26 +0200 Subject: [PATCH] add some README --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ce1ceef --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# Cheri's site? omg! + +This is the code for building my personal website, with the contents itself and everything. +Go check it out at https://cheri.pink + +It is still a pretty significantly a work in progress, things will probably be shufled around here later and such. +But for now - + +### Building and running live +just + +Initially, to install dependencies: + +```bash +npm install +``` + +To run the project locally live + +```bash +npm start +``` + +To build: + +```bash +npm run build +``` + +*** + + +This code/template is licensed under the Blue Oak Model License 1.0.0. +But if you want to reuse this, like, clean out /src/media and basically all the .md files and fill in /src/_data/site.json with your own stuff instead lol. \ No newline at end of file