This is an example theme for EverShop. It is a simple theme that shows how to develop a theme for EverShop.
Assuming you have EverShop installed, you can install this theme by following the steps below:
eve
into the themes
directory (By default, EverShop does not create themes
folder. You can create it yourself) in your EverShop installation directoryconfig/default.json
and add the following line to the file:{
... // Other configurations
"system": {
"theme": "eve",
... // Other configurations
}
}
npm run build
npm run start