Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 454 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 454 Bytes

undersight.co

Environments

Production

https://undersight.co

Running locally

Setup

  1. npm install --global gatsby-cli
  2. yarn

Develop

  1. Run server
  • Live development:

    gatsby develop

  • Live development with an access on local network:

    gatsby develop -H your-local-ip-address

  • Browse the build:

    gatsby build && gatsby serve

  1. http://localhost:8000 (for develop) or http://localhost:9000 (for serve)