Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Latest commit

 

History

History
37 lines (25 loc) · 855 Bytes

File metadata and controls

37 lines (25 loc) · 855 Bytes

Deon

This is the Monstercat.com website project. Feel free to inspect and contribute.

About the Stack

This website uses custom functions that started out as an experimental project for our site redesign. You can find more information at src/js/declare.js.

Quick Start

npm install
npm start

Production Testing

These commands will load in production.html instead of development.html which changes the endpoint and the Stripe public key.

From src folder: npm start -- production

From bin folder:

npm run build
npm run serve-bin

Read the package.json for more commands.

Contributing

  • Contributions will be subject to code review before being considered.
  • Create a new branch for any changes.
  • Any new code should abide by the current ESLint configuration.
  • Tests should pass before submitting a PR.