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

Melonendk/deon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

773 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Monstercat Website

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 43.8%
  • HTML 33.5%
  • CSS 22.4%
  • Other 0.3%