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:

https://nodejs.org/en/download

Step #2 Download Project

Download the zip file of Hext project from GitHub and extract it.

https://github.com/dewdot/hext/archive/refs/heads/main.zip

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

Step #5 Open in Browser

Open Hext theme in your browser.

http://localhost:3000