https://github.com/deriifirgiawan/katekima-test-app
https://github.com/deriifirgiawan/katekima-test-app
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deriifirgiawan/katekima-test-app
- Owner: deriifirgiawan
- Created: 2025-03-26T11:55:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T19:29:24.000Z (3 months ago)
- Last Synced: 2025-04-08T20:53:28.034Z (2 months ago)
- Language: Vue
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Documentation
## Installation
```bash
git clone https://github.com/deriifirgiawan/katekima-test-app.gitcd katekima-test-app
```
Create file .env in the root project and put this:
```bash
VITE_POKE_URL=https://pokeapi.co/api/v2/berry/
VITE_ADD_URL=https://fakestoreapi.com/products
```### Install All Required Dependency
```bash
pnpm install
```## Running
```bash
pnpm dev
```