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

https://github.com/imhalid/cyangate-book-cover-assignment


https://github.com/imhalid/cyangate-book-cover-assignment

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Project Documentation

This project is a Vue.js application developed with Vite. It includes several components and views, and uses Vue Router for navigation and Pinia for state management.

# Fixable Features

When downloading the image, the file size is quite large.

## Project Setup

```sh
pnpm install
```

### Compile and Hot-Reload for Development

```sh
pnpm dev
```

### Compile and Minify for Production

```sh
pnpm build
```

### Lint with [ESLint](https://eslint.org/)

```sh
pnpm lint
```