Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/athlon1600/redditwatch.com
Source code for redditwatch.com. Uses Nuxt, Vuetify, TypeScript and Eslint.
https://github.com/athlon1600/redditwatch.com
nuxt nuxt3 reddit typescript vue3 vuetify
Last synced: 3 days ago
JSON representation
Source code for redditwatch.com. Uses Nuxt, Vuetify, TypeScript and Eslint.
- Host: GitHub
- URL: https://github.com/athlon1600/redditwatch.com
- Owner: Athlon1600
- License: mit
- Created: 2024-12-28T15:01:09.000Z (10 days ago)
- Default Branch: master
- Last Pushed: 2025-01-01T23:58:07.000Z (6 days ago)
- Last Synced: 2025-01-02T00:27:19.565Z (6 days ago)
- Topics: nuxt, nuxt3, reddit, typescript, vue3, vuetify
- Language: Vue
- Homepage: https://redditwatch.com
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RedditWatch.com
[![TypeScript](https://img.shields.io/badge/TypeScript-4.9-blue.svg?style=flat-square)](https://www.typescriptlang.org/)
[![Nuxt.js](https://img.shields.io/badge/Nuxt.js-3.15.0-brightgreen.svg?style=flat-square)](https://nuxt.com/)
[![Vue.js](https://img.shields.io/badge/Vue.js-3.x-brightgreen.svg?style=flat-square)](https://vuejs.org/)
[![Vuetify](https://img.shields.io/badge/Vuetify-3.x-blueviolet.svg?style=flat-square)](https://vuetifyjs.com/)
![ESLint](https://img.shields.io/badge/code%20style-%40nuxt%2Feslint-brightgreen?logo=eslint)[![Known Vulnerabilities](https://snyk.io/test/github/Athlon1600/redditwatch.com/badge.svg?targetFile=package.json)](https://snyk.io/test/github/Athlon1600/redditwatch.com?targetFile=package.json)
![Build Status](https://img.shields.io/github/actions/workflow/status/Athlon1600/redditwatch.com/build.yml?label=Build%20Status&logo=github&color=brightgreen)
![Lint Status](https://github.com/Athlon1600/redditwatch.com/actions/workflows/lint.yml/badge.svg)Frontend source code for RedditWatch.com website.
Built using Nuxt with TypeScript and Vuetify.## Development
Start by cloning this repo and installing its dependencies:
```shell
git clone https://github.com/Athlon1600/redditwatch.com.git
cd redditwatch.com
npm install
```Then, start the development server:
```shell
npm run dev
```