Skip to content

Litefyr/Distribution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Litefyr Neos Base Distribution

Installation

Create a project based on the Litefyr distribution

composer create-project litefyr/project custom-folder

Migrate database and add an admin user

ddev flow doctrine:migrate
ddev flow user:create --roles Administrator admin admin Admin User

alternativly, you can also use this repository as an template.

CSS and JS files

Following files gets automatically included by Litefyr.Presentation:

Filename Description Imported by
Backend.ts Gets included only in the backend Backend.ts
Inline.ts Gets inlined on every page Inline.ts
Main.ts Gets included via src on every page Main.ts
Main.pcss Gets included into the Main CSS file Main.pcss