Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.
/ reddit-saved Public archive

Manage your saved reddit posts

Notifications You must be signed in to change notification settings

aniforprez/reddit-saved

Repository files navigation

reddit-saved

Moved to Gitlab

This project is moved to Gitlab cause I like Gitlab more

A project borne out of a desperate need to manage my personal content on reddit

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Run Storybook for development

npm run serve:storybook

Compiles and minifies for production

npm run build

Build Storybook for production

npm run build:storybook

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e