Skip to content

undersight/undersight.co

Repository files navigation

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)