fipamothemekit/config.json.default
are0h 0799250b8e Removed NPM from build process
The base theme needs to be vanilla so it's easy to get going, so npm
dependecies have been removed so the base script is pure JS.

Also created an example config that will tell the system what theme it
should be rendering for development.

Updated the composer script to start a local php server for development.
2023-04-06 15:57:19 -07:00

6 lines
92 B
Text

{
"name": "fipamo-theme-kit",
"version": "1.0.0",
"current_theme": "fipamo-default"
}