This is the codebase to generate the website.
To our develop / build site on your local machine do the following:
gem install jekyll
npm
dependences: npm i
npm
tasks to build static site or run it locally
npm run watch
- for developing locallynpm run build
- for deploymentnpm run build