Spaces:
Running
Running
Commit
Β·
936a455
1
Parent(s):
236ee90
small fix
Browse files- src/getWebApp.mts +2 -2
src/getWebApp.mts
CHANGED
@@ -31,13 +31,13 @@ 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 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.
|
38 |
You must not leave any TODO in the code.
|
39 |
|
40 |
-
Don't forget to write a README.md with the following header:
|
41 |
\`\`\`
|
42 |
---
|
43 |
license: apache-2.0
|
|
|
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.
|
38 |
You must not leave any TODO in the code.
|
39 |
|
40 |
+
Don't forget to write a non-minified (!) README.md with the following header:
|
41 |
\`\`\`
|
42 |
---
|
43 |
license: apache-2.0
|