mirror of
https://github.com/KevinMidboe/planetposen-frontend.git
synced 2025-10-29 13:10:12 +00:00
1fb3fdd502421c71d462675caa67723b9c220575
- When stripe responds with success we forward to receipt page which waits for stripe webhook to updated order status. - Moved stripe logic out of card component and into stripeApi.ts. - Get stripe api token from +page.server.ts environment variable. - Spinner for stripe payment for feedback on payment until stripe verifies and responds. - Error stack component trying to create card stack animation.
planetposen frontend
Frontend of planetposen webshop. View backend at: kevinmidboe/planetposen-backend
Install
Download project:
git clone https://github.com/kevinmidboe/planetposen-frontend
cd planetposen-frontend
Install dependencies:
yarn
or
npm install
Developing
To view project locally and see changes with hot module reloading run:
yarn dev
Visit at: http://localhost:5173
Build
To create a production build of planetposen run:
yarn build
You can preview the production build with yarn preview.
To deploy your app, you may need to install an adapter for your target environment.
Description
Languages
Svelte
84.6%
TypeScript
11%
SCSS
2.9%
CSS
0.9%
HTML
0.3%
Other
0.3%