/personal-website

My personal website at andrewkolos.com

Primary LanguageTypeScript

Andrew Kolos' personal website

Netlify Status

https://andrewkolos.com

Building

You might need Visual Studio with the Desktop Development with C++ workload installed.

# Tested on Node 20
npm i
npm run dev # or "npm run build & npm run start"

Deploying

The Netlify CLI can be useful. Install using:

npm install netlify-cli -g
netlify login
netlify link

Netlify is set up to deploy automatically from the master branch. If using a different service, make sure the proper env variables are set up. See the .env file.

git lfs

Some images (e.g. art) are tracked with Git LFS. The files are hosted on Netlify. https://docs.netlify.com/large-media/setup/