Criptic Documentation
WelcomeInstallationAvailable ScriptsTechnologiesCustomizationChange LayoutStyles and AssetsNew PageDeployment
SEO and Analytics
Support

Available Scripts:

You can run below commands in the root folder for your need.

"clean": "rimraf \"{node_modules,.next,out.cache}\"",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"