Spaces:
Running
Running
Commit
β’
ddb7871
1
Parent(s):
42548f2
ask the LLM to do its job
Browse files- src/getWebApp.mts +2 -1
src/getWebApp.mts
CHANGED
@@ -31,7 +31,8 @@ Those library will be globally exposed thanks to the <script> dependencies, so y
|
|
31 |
Some remarks:
|
32 |
- DO NOT USE VUE.JS
|
33 |
|
34 |
-
|
|
|
35 |
|
36 |
Don't forget to write a README.md with the following header:
|
37 |
\`\`\`
|
|
|
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!!
|
36 |
|
37 |
Don't forget to write a README.md with the following header:
|
38 |
\`\`\`
|