Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hex0punk/-music-experiments
https://github.com/hex0punk/-music-experiments
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hex0punk/-music-experiments
- Owner: hex0punk
- Created: 2023-02-18T05:04:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T01:33:28.000Z (over 1 year ago)
- Last Synced: 2024-01-22T04:34:41.770Z (10 months ago)
- Language: Vue
- Size: 1.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Music Experiments with Nim and JS
## Setup
1. Install nim
```shell
$ brew install nim
```2. Install IDE extentions:
- https://marketplace.visualstudio.com/items?itemName=nimsaem.nimvscode
3. Install dependencies
```shell
$ nimble install prologue
...
$ nimble install norm
...
```- For `prologue`, select `y` when asked if package.json should be downloaded
4. Run nim backend
```shell
$ nim c -r app.nim
```Alternatively, add `~/.nimble/bin` to your path and run `logue run`.