fix: use node-modules linker (#87)

This commit is contained in:
2025-07-14 02:57:01 +03:00
committed by GitHub
parent 1913e9a043
commit 068bcad08b
7 changed files with 28 additions and 1 deletions

View File

@@ -13,6 +13,18 @@ This Vue 3 app generates templates for sysvinit services.
7. ???
8. Profit!
## Development
Install dependencies and run the dev server with Yarn:
```bash
yarn install
yarn dev
# build the app
yarn build
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.