mirror of
https://github.com/KevinMidboe/planetposen-frontend.git
synced 2025-10-28 21:00:12 +00:00
770 B
770 B
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.