Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 388 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 388 Bytes

crown-website

Website

🚀 Get up and running

  1. Install Gatsby client.
npm install -g gatsby-cli
  1. Install project dependencies.
npm install
  1. Start development server.
gatsby develop

Deploy

npm run deploy