/theholymountain

A website and landing page to promote my band.

Primary LanguageJavaScript

The Holy Mountain

A website and landing page to promote my band. A Nextjs website built with React and Tailwind CSS. Includes:

  • Likes counter with IP encryption and database integration
  • Custom and fully integrated web shop powered by STRIPE
  • Contact section with automatic mailing through node-mailer
  • Custom Audio and video players
  • Artist info supplied from database
  • Image gallery with modal pop-up images and key navigation
  • Google analytics
  • Theme selector
  • REST API

and more..

Page deployment status: Netlify Status

How to Run

For dev:

cd ROOT/DIR
npm i
npm run dev

For build:

cd ROOT/DIR
npm i
npm run build
npm run start