Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 365 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 365 Bytes

rlay.com webstie

Built with Gatsby.

Install

Make sure that you have the Gatsby CLI program installed:

npm install --global gatsby-cli

Then install the dependencies:

npm install

Development

You can run a live-reloading development server:

npm run develop

Deploy

npm run deploy