oddsdk / create-odd-app

A CLI generator for spinning up either React or SvelteKit versions of ODD templates with pre-configured auth flows
7 stars 0 forks source link
cli fission odd oddjs react svelte sveltekit

Create ODD App (COA)

Built by FISSION Built by FISSION Discord Discourse

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.

🎬 Demo

https://user-images.githubusercontent.com/1179291/195956380-8c1442fa-75d9-4167-8e0f-b8660d40e149.mp4

πŸ’» Getting Started

You can use the following commands via your package manager of choice to invoke create-odd-app

npx @oddjs/create-odd-app

Options

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:

πŸ€” What's The ODD SDK?

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.

πŸš€ Contributing

git clone git@github.com:oddsdk/create-odd-app.git
cd create-odd-app
nvm use
npm i
npm run dev