Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (14 loc) · 818 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 818 Bytes

Nimbus

Getting started

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

JS and CSS

Lives in /src. You should open another terminal and run npm start. This will build all the static assets for the site

Vue app

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.

Development

  • Use hugo server to start a Development server
  • To convert images to various sizes run npm run images after adding a image in static/images/

Deployment

  • Just push to master. Deployed via netlify