Adding Features to Your Theme in Fynd

How can you add features to your theme in the Fynd platform?

Once you’ve created your theme in Fynd, you can add features to it by following these steps:

  1. Navigate to your project folder. You can do this by running the command - cd theme-name

  2. Preview your theme: Once you are in your theme’s directory, use the command - fdk theme serve - to serve your theme locally and preview it.

  3. Add Heading to Home Page Code: You can add a heading to the home page by adding a specific code to theme-folder
    /theme > templates > pages > home.vue. After adding the code, it will automatically compile, and the changes will be reflected in the local preview.

It’s crucial to ensure your local environment is correctly set up and that you’ve synced your changes before moving on to the next step.

You can find more detailed information and additional steps in this guide.