To scaffold the project use this commands:
npx degit owlsdepartment/ovee-starter my-project
cd my-project
# install dependencies
yarn
# and run it!
yarn dev # or serve
- You can replace
yarn
withnpm
, but remember to deleteyarn.lock
as it is not recommended to keep them both. jsconfig.json
is only for VS Code compatibility. Feel free to delete it, if you don't need it