html scss

Job ID: 35148075

Budget: $2 – $8 USD

if you know how to install please guide me

when bought and theme and open the readme file
# Installation

Unzip the template package to any folder and open a command line at that location.

NFTmarket's dev tools require Node. run npm install and the required packages for the NFTmarket dev tools will be downloaded to the node_modules directory.

npm install --unsafe-perm
NB: If you are a Mac user add sudo before every command.

NB: If the npm installation failed due to permissions use --unsafe-perm command to install as admin.

When you want to customize or view template use the command line below so while dev mode is running all files in the pages, scss and js folders are monitored for changes, which will inject updated CSS or cause a refresh in ViteJs.

npm run dev
After you've finished customizing your template, it's time to build your production version, which you will find in a folder called /dist/

npm run build
Optional: If you want to know the external output of the scss files use the command line below for debugging:

npm run css:debug
Related categories: CSS PSD to HTML HTML Bootstrap LESS/Sass/SCSS