|
1 | | -# Nuxt 3 Minimal Starter |
| 1 | +# FFMPEG :: Nuxt 3 🕺 |
2 | 2 |
|
3 | | -We recommend to look at the [documentation](https://v3.nuxtjs.org). |
| 3 | +[](https://conventionalcommits.org) |
| 4 | +[](https://github.com/ffmpegwasm/nuxt-app/actions/workflows/ci.yml) |
| 5 | +[](https://github.com/ffmpegwasm/nuxt-app/actions/workflows/shipjs-trigger.yml) |
| 6 | +[](https://github.com/ffmpegwasm/nuxt-app/releases) |
| 7 | +[](https://app.netlify.com/sites/ffmpegwasm-nuxt/deploys) |
| 8 | + |
| 9 | +[](https://ffmpegwasm.netlify.app/) |
| 10 | +[](https://ffmpegwasm.netlify.app/) |
| 11 | +[](https://eslint.org/) |
| 12 | +[](https://prettier.io/) |
| 13 | +[](https://v3.nuxtjs.org/) |
| 14 | +[](https://www.typescriptlang.org/) |
| 15 | + |
| 16 | +## Features |
| 17 | + |
| 18 | +- 💪 Built with [TypeScript](https://www.typescriptlang.org/). |
| 19 | +- 🌠 Built with the all new [Nuxt 3](https://v3.nuxtjs.org/) |
4 | 20 |
|
5 | 21 | ## Setup |
6 | 22 |
|
7 | 23 | Make sure to install the dependencies |
8 | 24 |
|
9 | 25 | ```bash |
10 | | -yarn install |
| 26 | +npm install |
11 | 27 | ``` |
12 | 28 |
|
13 | 29 | ## Development |
14 | 30 |
|
15 | 31 | Start the development server on http://localhost:3000 |
16 | 32 |
|
17 | 33 | ```bash |
18 | | -yarn dev |
| 34 | +npm run dev |
19 | 35 | ``` |
20 | 36 |
|
21 | 37 | ## Production |
22 | 38 |
|
23 | 39 | Build the application for production: |
24 | 40 |
|
25 | 41 | ```bash |
26 | | -yarn build |
| 42 | +npm run build |
27 | 43 | ``` |
28 | 44 |
|
29 | | -Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment). |
| 45 | +Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment). |
| 46 | + |
| 47 | +## Contributing |
| 48 | + |
| 49 | +1. Create your feature branch from `dev` (`git checkout -b feat/new-feature`) |
| 50 | +2. Commit your changes (`git commit -S -m 'feat: add feature'`) |
| 51 | +3. Push to the branch (`git push origin feat/new-feature`) |
| 52 | +4. Create a new [Pull Request](https://github.com/ffmpegwasm/nuxt-app/compare) |
| 53 | + |
| 54 | +_Note_: |
| 55 | + |
| 56 | +1. Please contribute using [GitHub Flow](https://web.archive.org/web/20191104103724/https://guides.github.com/introduction/flow/) |
| 57 | +2. Commits & PRs will be allowed only if the commit messages & PR titles follow the [conventional commit standard](https://www.conventionalcommits.org/), _read more about it [here](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional#type-enum)_ |
| 58 | +3. PS. Ensure your commits are signed. _[Read why](https://withblue.ink/2020/05/17/how-and-why-to-sign-git-commits.html)_ |
| 59 | + |
| 60 | +## Author |
| 61 | + |
| 62 | +**nuxt-app** © [Vinayak](https://vinayakkulkarni.dev), Released under the [MIT](./LICENSE) License.<br> |
| 63 | +Authored and maintained by Vinayak Kulkarni with help from contributors ([list](https://github.com/ffmpegwasm/nuxt-app/graphs/contributors)). |
| 64 | + |
| 65 | +> [vinayakkulkarni.dev](https://vinayakkulkarni.dev) · GitHub [@vinayakkulkarni](https://github.com/vinayakkulkarni) · Twitter [@\_vinayak_k](https://twitter.com/_vinayak_k) |
| 66 | +
|
0 commit comments