Skip to content

Latest commit

 

History

History
77 lines (49 loc) · 1.71 KB

README.md

File metadata and controls

77 lines (49 loc) · 1.71 KB

MTGJSON Documentation Application



Actions Status CodeQL codecov

PayPal Patreon

MIT license

Getting Started

Installation

Option #1 (Preferred): Install Node with brew.

brew install n
sudo n 12

Option #2: Install Node using the official resource installer.

Install project dependencies.

npm install

Developing

Runs the local build server with hot module reloading and eslint watcher.

npm run dev

Linting

Manually lint the files for any breaking changes.

npm run lint

Testing

Run all tests. This command will also automatically run during Husky's pre-commit checks.

npm run test

Building

Build out the entire site as a static project.

npm run build

Purging

Clean out all Node packages.

npm run purge