Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
/ landing-page Public archive

The DEalog landing page

Notifications You must be signed in to change notification settings

DEalog/landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEalog Landingpage

Development

In order to build the styles run npx tailwindcss build app.css -o css/styles.css.

The resulting CSS will have a whopping size of about 4.3MB. Do not commit the resulting css/styles.css. Check the next section of how to build it properly for production.

Deployment

To deploy the landing page please ensure to have the styles in the purged version.

To build the purged version run NODE_ENV=production npx tailwindcss build app.css -o css/styles.css.

The resulting style.css should have a size of roughly 22KB.