A soundboard progressive web app. https://soundrodeo.com
  • Svelte 48.6%
  • JavaScript 39.7%
  • HTML 6%
  • SCSS 3.2%
  • CSS 2.5%
Find a file
2020-03-11 20:55:22 -07:00
.vscode Boards working. 2020-02-21 20:41:38 -08:00
cypress Add sapper template. 2020-02-21 14:13:35 -08:00
src Let's try making stores a Svelte component. 2020-03-11 20:55:22 -07:00
static Starting work on adding sounds. 2020-02-22 01:15:21 -08:00
.gitignore Add sapper template. 2020-02-21 14:13:35 -08:00
.prettierrc Boards working. 2020-02-21 20:41:38 -08:00
cypress.json Add sapper template. 2020-02-21 14:13:35 -08:00
LICENSE Initial commit 2020-02-21 14:04:52 -08:00
package-lock.json Starting work on adding sounds. 2020-02-22 01:15:21 -08:00
package.json Starting work on adding sounds. 2020-02-22 01:15:21 -08:00
README.md Get ready for SMUI. 2020-02-21 14:36:20 -08:00
rollup.config.js Get ready for SMUI. 2020-02-21 14:36:20 -08:00

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.