You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
question:'What is the difference between sidebase and NuxtAuth?',
7
+
answer:'sidebase is both the name for the starter and the open source community behind it. In addition to developing the sidebase starter, we also develop Nuxt modules to fill holes inside our starter!',
8
+
},
9
+
{
10
+
question:'How do I build my app? ',
11
+
answer:`All stacks that sidebase generates are ready for development. They are also kept minimal, so that nothing get's in the way and you don't have to delete half of the files.`,
12
+
},
13
+
{
14
+
question:'Why is TypeScript required?',
15
+
answer:`TypeScript (TS) is essential because it provides guard-rails for development: TS let's us know what we talk about in our meeting when we discuss what the roles array contains, it informs our code-editor what we might be trying to do and let's it help us (think of GitHub Co-Pilot, but less AI), it guarantees certain kinds of correctness that we could only discover as a "bug" when our application was already deployed.`,
16
+
},
17
+
{
18
+
question:'What coding setup can you recommend? ',
19
+
answer:'We recommend using VSCode with the following plugins: Volar, eslint, prisma, TailwindCSS IntelliSense. However, you can add or remove plugins to fit your coding setup!'
20
+
},
21
+
{
22
+
question:'Can I contribute to sidebase?',
23
+
answer:'Of course! we appreciate all the help the community gives us. Every repository under the sidebase github organization, contains a contributing guide (.github/CONTRIBUTING.md). This is a great place to start as it outlines our development process and where you can find issues to work on!'
24
+
}
25
+
]
26
+
</script>
27
+
28
+
<template>
29
+
<div>
30
+
<h1class="text-3xl font-semibold">
31
+
Do you still have questions?
32
+
</h1>
33
+
<pclass="text-lg">
34
+
Here are some frequently asked questions about sidebase
Developed by <ahref="https://sidestream.tech"class="underline hover:text-zinc-500 dark:hover:text-zinc-300"target="_blank">SIDESTREAM</a>. Released under the MIT License.
0 commit comments