This repo contains the source for the org website. To start development, run the following in your terminal
npm install
npm run devand then open the specified localhost in your browser. To commit changes, push to master:src branch. Github pages by default will be served from the master branch. To preview and publish the website, run the following in your terminal:
npm run serve
bash deploy.sh