npm init @tycoonsystems/tycoon-video
www.tv.tycoon.systems/documentation
If you see a bunch of errors in VS Code while developing try:
- Ctrl+Shift+P -or- ⌘+shift+P
- Then type: Developer: Reload Window
Video Streaming Client leveraged for Official Tycoon Network and B2B Customers
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
nvm use 16
nvm ls
git remote add upstream https://github.com/Tycoon-Systems-Corp/video-streaming-client
./update_version
git pull
node init_app.js
npm install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
ANALYZE=true npm run build
Open http://localhost:3020 with your browser to see the result.
This is a Next.js project bootstrapped with create-next-app
.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
See the documentation.md folder for application tooling and functions See api.md for routes to public Platform API