odd-app-template/README.md

1.4 KiB

Webnative App Template

Netlify Status

A web app template for Webnative.

Setup

Install dependencies.

npm install

Develop

Work on the application in local development.

npm run dev

Navigate to http://localhost:5173 in your web browser.

Build

Export a static build.

npm run build

The build outputs the static site to the build directory.

Publish

NOTE: SvelteKit Single-Page Applications require redirects in order to support routing. This is not currently supported by IPFS, so the Fission Publish GitHub action is not currently supported.

The Webnative Template App demo is currently hosted on Netlify, but it should be supported on any static hosting platform (Vercel, Cloudflare Pages, etc).

In order to deploy your own Webnative application on Netlify, simply create a new Netlify site connected to your app's repository and Netlify will take care of the rest. No Netlify-specific configuration is needed.

Customize

  • app.html - the SEO meta tags will need to be changed.
  • lib/app-name.ts - choose a better application name
  • To customize the application's Tailwind theme, change tailwind.config.ts - link to DaisyUI customization page.