Kaminia Website Homepage project
https://github.com/eureka928/kaminia-homepage.git
Kaminia Website Homepage project for Craft CMS 3
composer install --ignore-platform-reqs to install Craft dependencies.craft-starter.test..env.example to .env and edit the database settings *.httpd-vhosts.conf (see example below).127.0.0.1 craft-starter.test to your hosts file.settings > plugins and install\* Everyone will also need to use the same security key in their .env file. To
generate a new key run ./craft setup/security-key (this will be added to your
.env file).
<VirtualHost *:80>
DocumentRoot "/path/to/craft-starter/web"
ServerName craft-starter.test
<Directory />
AllowOverride All
Options -Indexes +FollowSymLinks
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
There is no defined build process. But the default template expects CSS and JS
to be output to /web/assets/main.css and /web/assets/main.js
respectively.
The /assets directory is not commited to the git repository, so deployment
will require a build process.