# Installation
# Compatibility
- HTML 5
- Tailwind 3
- Gulp
Demo: Accomu Demo (opens new window).
# Manual installation
npm install
Or:
yarn
Now to run development server of Accomu run below command:
# Gulp Quick Start
Download Accomu latest source files from Themeforst
Download and install Node.js from nodejs.org (opens new window) & Git from git-scm.com (opens new window)
Open your command prompt or terminal at
downloaded_folderInstall the latest version of npm
npm install --global npm@latestInstall gulp to automate your SCSS and js code compilation.
npm install --global gulpVerify the gulp is installed and it's version.
gulp -vInstall yarn globally.
npm install --global yarnInstall dependencies.
yarnComplile all the assests(SCSS, JS, Images, fonts, icons etc).
yarn buildStart localhost(Dev Server) and watch file change.
yarn dev