Installation
Last updated
Last updated
Purchase a Regular License or Extended License of Cookify from .
After purchasing, on your computer and unzip it.
The unzipped package contains a folder named tailcards-cookify
.
Open this folder in Command Prompt / PowerShell (Windows) or Terminal (Linux / Mac).
Run npm install
command. This will install the required dependencies of the project.
After this, run npm run serve
command. This will compile the input.css file, serve the contents of the project and provide you a URL similar to http://localhost:PORT_NUMBER, which can be accessed in your web browser.
Cheers! Your project should be up and running.