npx create-velox-app my-velox-app
cd my-velox-app
swift build
swift run MyVeloxApp
http://veloxts.dev/ https://veloxts.dev/docs/getting-started/introduction/
The error is simple, apps cannot be created using documentation because npx create-velox-app is a shared name with another framework
npx create-velox-app my-velox-app cd my-velox-app swift build swift run MyVeloxApphttp://veloxts.dev/ https://veloxts.dev/docs/getting-started/introduction/
The error is simple, apps cannot be created using documentation because npx create-velox-app is a shared name with another framework