Installation
Follow below steps to clone and run the project on your computer.
Step #1 Install Nodejs
Before you begin, make sure you have nodejs installed on your computer. If you do not have installed, you can download and install nodejs from here:
Step #2 Download Project
Download the zip file of Hext project from GitHub and extract it.
Step #3 Install Dependencies
Open the extracted project folder in terminal. Run below command to install all dependencies.
npm install
Step #4 Run Project
Run the project using below command:
npm run dev