UNPKG

create-owd

Version:

Scaffold a new Open Web Desktop project

38 lines (23 loc) 803 B
# Create Open Web Desktop `create-owd` is the official scaffolding tool to quickly start a new Open Web Desktop project. ## Usage Run the following command to create a new project: ```bash npm create owd ``` This will: - Clone the official OWD template - Install dependencies - Start the development server ## What You Get - A fully functional Open Web Desktop project based on Nuxt - Pre-configured template ready for development or deployment - Quick start experience powered by the official OWD CLI ## Requirements - Node.js v18 or higher - npm v9+ ## Related - [@owdproject/cli](https://www.npmjs.com/package/@owdproject/cli) The full CLI to manage your OWD project (start, generate, install apps/themes, and more) ## License This project is released under the [MIT License](LICENSE).