# 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_folder
Install the latest version of npm
npm install --global npm@latest
Install gulp to automate your SCSS and js code compilation.
npm install --global gulp
Verify the gulp is installed and it's version.
gulp -v
Install yarn globally.
npm install --global yarn
Install dependencies.
yarn
Complile all the assests(SCSS, JS, Images, fonts, icons etc).
yarn build
Start localhost(Dev Server) and watch file change.
yarn dev