CWA is a CLI generator that allows you to spin up either React or SvelteKit flavours of Fission's ODD App Template and ODD WalletAuth repos.
https://user-images.githubusercontent.com/1179291/195956380-8c1442fa-75d9-4167-8e0f-b8660d40e149.mp4
You can use the following commands via your package manager of choice to invoke create-odd-app
npx @oddjs/create-odd-app
You can invoke create-odd-app
directly with an app name or you can wait to be prompted to set one:
npx @oddjs/create-odd-app my-odd-app
create-odd-app
also comes with the following options:
npm
. This is the default option.pnpm
. To bootstrap using pnpm we recommend running pnpm create odd-app
yarn
. To bootstrap using pnpm we recommend running yarn create odd-app
The ODD SDK empowers developers to build fully distributed web applications without needing a complex back-end. The SDK provides:
ODD applications work offline and store data encrypted for the user by leveraging the power of the web platform. You can read more about the ODD SDK in Fission's ODD Guide.
git clone git@github.com:oddsdk/create-odd-app.git
cd create-odd-app
nvm use
npm i
npm run dev