jbilcke-hf HF Staff commited on
Commit
236ee90
Β·
1 Parent(s): 7510941
Files changed (1) hide show
  1. src/getWebApp.mts +3 -1
src/getWebApp.mts CHANGED
@@ -29,7 +29,9 @@ Here are some recommended librairies:
29
  Those library will be globally exposed thanks to the <script> dependencies, so you do not need to write "import ... from ..".
30
 
31
  Some remarks:
32
- - DO NOT USE VUE.JS
 
 
33
 
34
  Remember, you need to write the index.html but also the app.js and/or the style.css files!
35
  DO NOT WRITE AN EXAMPLE! WRITE THE FULL CODE, NOT AN EXAMPLE.
 
29
  Those library will be globally exposed thanks to the <script> dependencies, so you do not need to write "import ... from ..".
30
 
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 and compact if possible)
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.