Skip to content

decarlec/soci

Repository files navigation

Soci

TBD: Social app using a prerendered sveltekit output running in Apache cordova.

Setup

bun setup

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

Browser only:

bun dev

# or start the server and open the app in a new browser tab
bun dev -- --open

Full Cordova build/run:

# build svelte app, copy to cordova, build cordova and run cordova.
bun run full

Building

To create a production version of your app:

TODO: Figure out prod builds

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published