aahmad4 / Pastry-Pandas

An e-commerce website made with React.js, Material-UI, Commerce.js, and The Stripe API.

Home Page:https://pastrypandas.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pastry Pandas

An e-commerce website made with React.js, Material-UI, Commerce.js, and The Stripe API.

Summary

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Setup

A step by step series of examples that tell you how to get a development env running.

Clone

$ git clone https://github.com/aahmad4/Pastry-Pandas

Installation

Use the package manager npm or yarn to install the required packages.

$ npm install

or

$ yarn install

Usage

$ npm start

Implementation

In the root directory create a file named .env with the following enviornment variables. To obtain the proper credentials, register an account at Commercejs and Stripe, then fill them out in this file once obtained.

REACT_APP_CHEC_PUBLIC_KEY = 
REACT_APP_STRIPE_PUBLIC_KEY = 

Built With

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

An e-commerce website made with React.js, Material-UI, Commerce.js, and The Stripe API.

https://pastrypandas.netlify.app


Languages

Language:JavaScript 96.5%Language:HTML 3.5%