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
Can be deployed to Vercel Functions, Netlify Functions, AWS, and most Node-compatible environments.
30
-
31
-
Look at all the available presets [here](https://v3.nuxtjs.org/guide/deploy/presets).
32
-
33
-
```bash
34
-
yarn build
35
-
```
36
-
37
-
## Static Generation
38
-
39
-
Use the `generate` command to build your application.
40
-
41
-
The HTML files will be generated in the .output/public directory and ready to be deployed to any static compatible hosting.
42
-
43
-
```bash
44
-
yarn generate
45
-
```
46
-
47
-
## Preview build
48
-
49
-
You might want to preview the result of your build locally, to do so, run the following command:
50
-
51
-
```bash
52
-
yarn preview
53
-
```
54
-
55
-
---
56
-
57
-
For a detailed explanation of how things work, check out [Docus](https://docus.dev).
7
+
This repository contains the documentation for the [Automata](https://github.com/shadowrunners/Automata) lavalink wrapper built with Nuxt, Docus and Markdown.
0 commit comments