-
Download or Clone this Repository
-
Install Node.js & npm
-
Change with your Snipcart API key on site-metadata.json.:
"snipcart_api_key": "YOUR SNIPCART API KEY",
-
Install Gatsby-cli
npm install -g gatsby-cli
-
Go to folder and install npm dependencies:
npm install
-
Build the Gatsby local development server:
gatsby build
-
Start the Gatsby local development server:
gatsby serve
-
Open http://localhost:9000/ in the browser
-
🎉
Gorky's Bookstore is licensed under the MIT license.