diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..2bd5a0a --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +22 diff --git a/README.md b/README.md index f368051..8e5f2a7 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,21 @@ -# Portfolio - -> An easy-to-configure timeline for your projects. - -[![Check, build and deploy to GitHub Pages](https://github.com/schmelczer/schmelczer.github.io/actions/workflows/lint-and-deploy.yaml/badge.svg)](https://github.com/schmelczer/schmelczer.github.io/actions/workflows/lint-and-deploy.yaml) - - -[Check out the live version.](https://schmelczer.dev) - -## Configuration - -- The actual content is in the [data](src/data) folder, starting with [portfolio.ts](src/data/portfolio.ts) -- The assets referenced should be located in [data/media](src/data/media) - -## Build - -1. `npm install` -2. `npm run build` -3. You can find the results in the [dist](dist) folder - -## Info - -- All images are converted to `WebP` after being imported into any file. - > Except for the og-image, and SVGs. \ No newline at end of file +# Portfolio + +> An easy-to-configure timeline for your projects. + +[Check out the live version.](https://schmelczer.dev) + +## Configuration + +- The actual content is in the [data](src/data) folder, starting with [portfolio.ts](src/data/portfolio.ts) +- The assets referenced should be located in [data/media](src/data/media) + +## Build + +1. `npm install` +2. `npm run build` +3. You can find the results in the [dist](dist) folder + +## Info + +- All images are converted to `WebP` after being imported into any file. + > Except for the og-image, and SVGs.