@ztimson/momentum 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -6
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -185,15 +185,13 @@ Demo Sites:
|
|
|
185
185
|
|
|
186
186
|
##### Optional
|
|
187
187
|
- _[ffmpeg](https://ffmpeg.org/download.html) (Video utilities)_
|
|
188
|
-
- _[Whisper](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.7.6) (Audio -> Text)_
|
|
189
188
|
|
|
190
189
|
#### Instructions
|
|
191
190
|
1. Install the dependencies: `npm install`
|
|
192
|
-
2.
|
|
193
|
-
3. Start
|
|
194
|
-
4.
|
|
195
|
-
|
|
196
|
-
- Configure [System Variables](https://git.zakscode.com/momentum/momentum/wiki/System-Variables)
|
|
191
|
+
2. Configure [System Variables](https://git.zakscode.com/momentum/momentum/wiki/System-Variables)
|
|
192
|
+
3. Start MongoDB: `docker-compose up db`
|
|
193
|
+
4. Start the dev server: `npm run start`
|
|
194
|
+
5. Open http://localhost:3000
|
|
197
195
|
|
|
198
196
|
</details>
|
|
199
197
|
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED