Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

Reddit Watch Website

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