Skip to content

hperrin/soundrodeo

Repository files navigation

Sound Rodeo

A soundboard progressive web app.

Getting started

Running the project

However you get the code, you can install dependencies and run the project in development mode with:

cd soundrodeo
npm install # or yarn
npm run dev

Open up localhost:3000 and start clicking around.

Consult sapper.svelte.dev for help getting started.

Production mode and deployment

To start a production version of Sound Rodeo, run npm run build && npm start. This will disable live reloading, and activate the appropriate bundler plugins.

You can deploy Sound Rodeo to any environment that supports Node 10 or above. As an example, to deploy to ZEIT Now when using sapper export, run these commands:

npm install -g now
now

Support

You can support my work on this project through my other project, Tunnelgram. I have a Patreon set up for it.

License

Copyright 2020 Hunter Perrin

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

A soundboard progressive web app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published