Theme Installation

It’s easy to install Instame . Just follow these steps, they won’t take much of your time.
  1. Install NodeJs

    Your computer must have installed nodejs to run this template. You can download Node.js from https://nodejs.org. NPM comes bundled with Node.js



  2. Install Npm Packages

    You must have to install packages. You can do this by running yarn install from the root of your project to install all the necessary dependencies.


  3. Development server

    Run yarn dev from the root of your project to start a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.