# Installation

Once you have your local environment up and running, you should also have a blueprint you can start with.

  • Create a new site locally and name it after the project
  • Log into the admin
  • Go to tools > migrate DB pro
  • Pull using "update fresh" profile

Now you'll have the latest changes (theme and plugin) and are good to go.

  • Navigate to your theme directory and open in VS code.
  • Press control + shift + ~ (this will open the terminal)
  • Type npm install and let it finish
  • Type npm run dev

All done! You're ready to move onto the recommended first steps of settings up theme options.