https://www.cuteneverdies.com source code
JAMstack online store made with: Nuxt, Sass and Bulma. Payments processed with Stripe.
- Copy/Fork this repo
- Install dependencies
yarn install
- Create an account with Stripe
- Copy .env.example to .env
- Paste your Stripe publishable keys and secret keys to your .env file
- Create Netlify site using a fork of this repo
- Copy environment variables (in .env) to the environment variables in your Netflify Build & Deploy settings page.
- Install netlify-cli: https://docs.netlify.com/cli/get-started/#obtain-a-token-via-the-command-line
- Specify the location of your order settings callback if you wish to use the feature on Stripe: https://dashboard.stripe.com/settings/orders
- https://your-netlify-app.netlify.app/.netlify/functions/get-shipping-rates
- Serve with hot reload at localhost:3000 ->
netlify dev