The master branch is deployed to https://www.zoarvalleysoftware.com/
First clone the project:
git clone https://github.com/zvsoftware/zvsoftware.github.io.git
Then cd into the cloned project:
cd zvsoftware.github.io
Then install the dependencies:
npm install
Now you can run the development server:
npm run dev
And in a separate terminal, make sure to run npm run css if you are modifying the TailwindCSS classes.