📦Inside the downloaded package

Inside the downloaded package

Let's talk about what's inside the downloaded package.

Once you purchased our theme you've to download The All Files & Documentation zip file.

Inside the download package will include the following folders:

  • Ncmaz_Faust/front-end/ncmaz-faust (This is the Next.js - Faust.js project - https://faustjs.org - This is a framework based on Nextjs that makes it easy for you to build a Headless WordPress project)

  • Ncmaz_Faust/wp-plugin/ncmaz-faust-core.zip (Unzip this file you will get 1 plugin ncmaz-faust-core. This is the essential plugin you need to install into your WordPress site for the project to work. In addition to this plugin, you also need to install other necessary plugins such as ACF, Wpgraphql, etc. However, just install this plugin on the admin page and you will be suggested and supported to install other necessary plugins.)

  • Ncmaz_Faust/documentation

Below is the structure of the ncmaz-faust project. Ncmaz-faust is a project built on top of this sample project by Faustjs - https://github.com/wpengine/faust-scaffold-ts

 
 ├── ncmaz-faust

    ├── package.json
    ├── tsconfig.json
    ├── next.config.js
    ├── manifest.json
    ├── tailwind.config.js
    ├── postcss.config.js
    ├── site-settings.json
    ├── theme.json
    ├── faust.config.ts

    ├── public
    │   │
    │   ├── favicon.ico
    │   ├── images/
    │   ├── manifest.json
    │   └── robots.txt

    └── src

        ├── components 
        ├── constants
        ├── app
        ├── data
        ├── containers
        ├── fragments/
        ├── hooks
        ├── pages
        ├── stores
        ├── utils
        ├── wp-blocks
        ├── wp-templates
        ├── styles
        ├── __generated__
        ├── type.d.ts
        ├── type.ts
      

Last updated