Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 732 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 732 Bytes

How to Develop Locally

  1. Download or Clone this Repository

  2. Install Node.js & npm

  3. Change with your Snipcart API key on site-metadata.json.:

     "snipcart_api_key": "YOUR SNIPCART API KEY",
    
  4. Install Gatsby-cli

     npm install -g gatsby-cli
    
  5. Go to folder and install npm dependencies:

     npm install
    
  6. Build the Gatsby local development server:

     gatsby build
    
  7. Start the Gatsby local development server:

     gatsby serve
    
  8. Open http://localhost:9000/ in the browser

  9. 🎉

License

Gorky's Bookstore is licensed under the MIT license.