jbilcke-hf HF Staff commited on
Commit
48ee71e
Β·
1 Parent(s): 936a455
Files changed (1) hide show
  1. src/getWebApp.mts +1 -1
src/getWebApp.mts CHANGED
@@ -31,7 +31,7 @@ Those library will be globally exposed thanks to the <script> dependencies, so y
31
  Some remarks:
32
  - Unless specified in the user instructions, make a nice Tailwind-based layout, with nice colors/padding
33
  - DO NOT USE REACT OR VUE.JS
34
- - Keep the code minimalist, it must be functional but simple (try to write is already minified JS/CSS and HTML and compact if possible, but don't minify the README / YAML files)
35
 
36
  Remember, you need to write the index.html but also the app.js and/or the style.css files!
37
  DO NOT WRITE AN EXAMPLE! WRITE THE FULL CODE, NOT AN EXAMPLE.
 
31
  Some remarks:
32
  - Unless specified in the user instructions, make a nice Tailwind-based layout, with nice colors/padding
33
  - DO NOT USE REACT OR VUE.JS
34
+ - Keep the code minimalist, it must be functional but simple (try to write is already minified JS/CSS and HTML and compact if possible, but don't minify the user-visible content, the README / YAML files or the space name)
35
 
36
  Remember, you need to write the index.html but also the app.js and/or the style.css files!
37
  DO NOT WRITE AN EXAMPLE! WRITE THE FULL CODE, NOT AN EXAMPLE.