mirror of
https://github.com/KevinMidboe/planetposen-frontend.git
synced 2025-10-29 05:10:11 +00:00
63a1107427fe44167c0c21c3e83f8f2018ea70af
* OrderSection receipts list of lineItems instead of always getting cart * Hide express checkout behind feature flag * Add torn receipt paper css look to order list * Re-use OrderSection on receipt page * Linting * Reduced max font from 130->120%, now only applies scaling on div.main Reducing relative font size for the largest screen width. Scaling only applies to main container, not header and footer. * Minor header size changes * Set max-width to login input elements on desktop * Prettier doesn't liek shorthand props
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%