This is the Monstercat.com website project. Feel free to inspect and contribute.
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.
npm install
npm start
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.
- 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.