Skip to content

ryanwi/call-fabric-sveltekit-example

Repository files navigation

Call Fabric SvelteKit Example

An example application using the SignalWire Call Fabric APIs and SDK powered by:

Developing

Install dependecies:

npm install

start a development server:

npm run dev

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

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Contributing

  1. Fork it ( https://github.com/ryanwi/call-fabric-sveltekit-example/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Test it
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

Credits

About

An example application using the SignalWire Call Fabric APIs and SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published