mirror of
https://github.com/KevinMidboe/planetposen-frontend.git
synced 2025-10-29 13:10:12 +00:00
Dependencies, README, svelte setup w/ vite, prettier & eslint configs
This commit is contained in:
44
README.md
Normal file
44
README.md
Normal file
@@ -0,0 +1,44 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user