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

https://github.com/mr-addict/quotes

Daily quotes preview built on astro
https://github.com/mr-addict/quotes

astro quotes svelte

Last synced: about 1 year ago
JSON representation

Daily quotes preview built on astro

Awesome Lists containing this project

README

          

# Quotes

## 1. Links

Links:

- [https://quotes.mraddict.vercel.app](https://quotes.mraddict.vercel.app)

## 2 Deploy

Build project:

```bash
npm run build
```

Preview project:

```bash
npm run preview
```