Follow these instructions to install Webiny on your local device.

https://www.webiny.com/docs/get-started/install-webiny

https://github.com/open-spatial-lab/nectr-webiny-js#-quick-installation-guide

  1. First, install Node.js: https://nodejs.org/en. Node.js is an open-source, cross-platform JavaScript runtime environment.
  2. Install yarn
    1. npm i -g yarn
  3. Install degit
    1. npm install degit
  4. Clone nectr repo / degit
    1. npx degit open-spatial-lab/nectr
  5. Paste in your AWS temporary credentials.
  6. Run first deploy
    1. yarn webiny deploy
  7. Done!