Soundscape Authoring Tool is a web app which allows users to create routed activities for use with the Soundscape iOS app.
The easiest way to get started is by opening this repository in a GitHub Codespace. This will create a development environment with all the necessary tools and dependencies pre-installed. Click the "Open in GitHub Codespaces" button above to get started.
This will start a new codespace and open VSCode in your browser. Once the codespace is ready, you can start the development server by doing the following:
the app will open in a new browser window. You can now start making changes to the code and see the results in real-time.
If you want to use VSCode on your local machine, you can use the GitHub Codespaces extension to achieve the same result. Install the GitHub Codespaces extension from the VSCode marketplace and open this repository in a new codespace. See Using Codespaces in Visual Studio Code for more information. For now, make sure you choose the rd-devcontainer branch when opening the codespace.
Once the codespace is ready, follow the same steps as above to start the development server.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Follow these instructions to submit your contributions to the project.
git commit -a -m 'Your Feature's commit message'
)git push origin branch_you_commit_to
)Distributed under the MIT License. See LICENSE for more information.