An open API service indexing awesome lists of open source software.

https://github.com/deriifirgiawan/katekima-test-app


https://github.com/deriifirgiawan/katekima-test-app

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Documentation

## Installation
```bash
git clone https://github.com/deriifirgiawan/katekima-test-app.git

cd 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
```