Skip to content

Gorky's Bookstore E-Commerce is Dedicated to Complete APSI II Lectures. Testing is Forever Free.

License

Notifications You must be signed in to change notification settings

topazmulia/gorkys-bookstore

Repository files navigation

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:https://localhost:9000/ in the browser

  9. 🎉

License

Gorky's Bookstore is licensed under the MIT license.

About

Gorky's Bookstore E-Commerce is Dedicated to Complete APSI II Lectures. Testing is Forever Free.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published