Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 384 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 384 Bytes

McDash

Dashboard for many things that I use

Project setup

yarn install

Compiles and hot-reloads for development

yarn dev

Note that anything with cors needing disabled won't work like this, you'll need to build and install the extension to test that.

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint