@richie-rich/create-fv-app
v0.0.7
Published
Quickest way to start a Futureverse Project
Readme
Create FV App
This CLI interface helps users scaffold a NextJS, NextJS with T3 Stack or a Vite Application with user selected Futureverse SDKs.
The scaffold allows users to configure their application in a way that suits them, whilst we install the required dependencies and apply our config and provider wrappers giving as much freedom to the user.
Scripts
Replicate Published NPM Package
npx .
Run without building
npm run dev
Build
npm run prepublishOnly
To run the built script
npm run start