Compare commits

...

2 Commits

Author SHA1 Message Date
Jonas van den Berg
86f7e02aa2 Merge cc8a61e9fa into ae65e57e32 2024-03-19 11:16:31 +02:00
jonasberge
cc8a61e9fa Fix instructions for building from source
Add npm run build command
2024-03-12 20:39:41 +01:00

View File

@@ -130,10 +130,13 @@ nix-env -iA nixpkgs.tidal-hifi
To install and work with the code on this project follow these steps:
- git clone [https://github.com/Mastermindzh/tidal-hifi.git](https://github.com/Mastermindzh/tidal-hifi.git)
- cd TIDAL Hi-Fi
- npm install
- npm start
```sh
git clone https://github.com/Mastermindzh/tidal-hifi.git
cd tidal-hifi
npm install
npm run build
npm start
```
## Integrations