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

Latest commit

 

History

History
55 lines (36 loc) · 726 Bytes

README.md

File metadata and controls

55 lines (36 loc) · 726 Bytes

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