Files
planetposen-frontend/README.md

45 lines
770 B
Markdown

# planetposen frontend
Frontend of planetposen webshop. View backend at: [kevinmidboe/planetposen-backend](https://github.com/kevinmidboe/planetposen-backend)
## Install
Download project:
```bash
git clone https://github.com/kevinmidboe/planetposen-frontend
cd planetposen-frontend
```
Install dependencies:
```bash
yarn
```
or
```bash
npm install
```
## Developing
To view project locally and see changes with hot module reloading run:
```bash
yarn dev
```
Visit at: http://localhost:5173
## Build
To create a production build of planetposen run:
```bash
yarn build
```
You can preview the production build with `yarn preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.