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
yarnwithnpm, but remember to deleteyarn.lockas it is not recommended to keep them both. jsconfig.jsonis only for VS Code compatibility. Feel free to delete it, if you don't need it