Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 2.53 KB

README.md

File metadata and controls

41 lines (28 loc) · 2.53 KB

This project was built using NextJS, Chakra UI, MongoDB. It is an e-commerce web application and for running on your local environment you should follow these guidelines

Try on Initializ

On Dev

Kubeday India

On Prod

Kubeday India

Prerequisite

Must have an Account on Initializ.ai

Steps to Create Account

Step 1: SignUp

Sign Up

Step 2: Verify Your Email

Step 3: Sign In

Sign In

Step 4: Deploy on Initializ

How To Use

From your command line, clone and run HellHeaven.com:

# Clone this repository
git clone https://github.com/initializ-templates/HellHeaven.com.git

# Go into the repository
cd HellHeaven.com

# Setup default environment variables

# For Linux
cp env.example .env
# For Windows
copy env.example .env

# Install dependencies
npm install