11 | Use this button to crash this nuxt@3 app and send a report to flare. 12 |
13 | 19 |
](https://spatie.be/github-ad-click/spatie.be)
7 |
8 | We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
9 |
10 | We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
11 |
12 |
13 | ## Build Setup
14 | ### setup .env
15 | ```bash
16 | cp .env.dist .env
17 | ```
18 | Now add your flare key to `.env`
19 |
20 | ### install dependencies
21 | ```bash
22 | npm install
23 | ```
24 |
25 | ### serve with hot reload at localhost:3000
26 | ```bash
27 | npm run dev
28 | ```
29 |
30 | ### build for production & upload sourcemap
31 | ```bash
32 | npm run build
33 |
34 | # launch server
35 | npm run preview
36 | ```
37 |
38 |
--------------------------------------------------------------------------------