π¦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 pluginncmaz-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
Was this helpful?