This repo maintains the site for https://ellamlee.com
Since I use a Mac, let's just assume you also use a Mac.
# install brew from https://brew.sh
brew install node
# clone your source
git clone https://github.com/ellawrites/ellawrites.github.io
cd ellawrites.github.io
# Install your deps
npm install
# run both things
npm run tailcss &
npm run serve &
# if you have GNU Parallel
# parallel --lb ::: 'npm run tailcss' 'npm run serve'