Compare commits

..

No commits in common. "676995b22ca105706a9cfcd9b0f9e7ce37c1547a" and "cb844082e67b04bf19daa08826b0d87a4d282817" have entirely different histories.

3 changed files with 18 additions and 18 deletions

4
Jenkinsfile vendored
View File

@ -3,8 +3,8 @@ pipeline {
stages { stages {
stage("install") { stage("install") {
steps { steps {
sh 'conda env update --file environment.yml' sh 'mamba env update --file environment.yml'
sh 'echo "conda activate audioshowkit" >> ~/.bashrc' sh 'echo "mamba activate webdev" >> ~/.bashrc'
sh 'node --version && npm --version' sh 'node --version && npm --version'
sh 'npm install' sh 'npm install'
} }

View File

@ -4,7 +4,7 @@ A library that makes visualizing audio data live a much simpler process.
## Getting Started ## Getting Started
As this library has not been published as a package, the best way to use it is to go to download the latest successful build artifact which can be [found here](https://sys.reslate.net/rho/ci/job/projects-reslate/job/audioshowkit/job/master/). This build artifact is a minified and bundled version of all the components in the library. As this library has not been published as a package, the best way to use it is to go to download the latest successful build artifact which can be [found here](https://dev.sys.reslate.xyz/dev-auto/job/AudioShowKit/job/master/). This build artifact is a minified and bundled version of all the components in the library.
From here, add the downloaded javascript bundle to your html as you would any other javascript file: From here, add the downloaded javascript bundle to your html as you would any other javascript file:
``` ```
@ -13,6 +13,6 @@ From here, add the downloaded javascript bundle to your html as you would any ot
Now, any script that is loaded after the `audioshowkit.js` script loads will have access to the `audioshowkit` object. Prepared are three tutorials with demonstrations. I recommend starting with the Music Playlist tutorial. Now, any script that is loaded after the `audioshowkit.js` script loads will have access to the `audioshowkit` object. Prepared are three tutorials with demonstrations. I recommend starting with the Music Playlist tutorial.
## Resources ## Documentation
The documentation along with latest stable build [can be found here](https://sys.reslate.net/rho/ci/job/projects-reslate/job/audioshowkit/job/master/). The documentation is accessible to on the left bar and the build artifact can be downloaded as a zip. [The documentation can be found here](https://dev.sys.reslate.xyz/dev-auto/job/AudioShowKit/job/master/AudioShowKit_20Docs/) along with the rest of the tutorials and demonstrations.

View File

@ -1,16 +1,16 @@
name: audioshowkit name: webdev
channels: channels:
- conda-forge - conda-forge
dependencies: dependencies:
- _libgcc_mutex=0.1 - _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5 - _openmp_mutex=4.5=2_gnu
- ca-certificates=2022.9.24 - ca-certificates=2022.9.24=ha878542_0
- icu=70.1 - icu=70.1=h27087fc_0
- libgcc-ng=12.2.0 - libgcc-ng=12.2.0=h65d4601_19
- libgomp=12.2.0 - libgomp=12.2.0=h65d4601_19
- libstdcxx-ng=12.2.0 - libstdcxx-ng=12.2.0=h46fd767_19
- libuv=1.44.2 - libuv=1.44.2=h166bdaf_0
- libzlib=1.2.13 - libzlib=1.2.13=h166bdaf_4
- nodejs=18.12.1 - nodejs=18.12.1=h8839609_0
- openssl=3.0.7 - openssl=3.0.7=h166bdaf_0
- zlib=1.2.13 - zlib=1.2.13=h166bdaf_4