This is a Hugo site. You can start a dev server by running
hugo server
on windows WSL, after npm install, run execstack -c node_modules/sharp/vendor/lib/librsvg-2.so.2
Lives in /src. You should open another terminal and run npm start. This will build all the static assets for the site
There is a Vue app in ./src/app. Running npm run build in this will build the app into ./static/app, which is available on https://nimbusforwork.com/app. This should be committed into version control.
- Use
hugo serverto start a Development server - To convert images to various sizes run
npm run imagesafter adding a image instatic/images/
- Just push to master. Deployed via netlify