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
- Host: GitHub
- URL: https://github.com/mr-addict/quotes
- Owner: MR-Addict
- Created: 2023-02-19T08:16:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T17:27:05.000Z (about 3 years ago)
- Last Synced: 2025-01-12T12:46:40.220Z (over 1 year ago)
- Topics: astro, quotes, svelte
- Language: Svelte
- Homepage: https://quotes-mraddict.vercel.app
- Size: 330 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```