I built this project with following technologies
- Clone the repo
git clone https://github.com/fenish/EasyTube.git
- Install NPM packages
npm install
-
Run dev server
- Yarn
yarn dev
- Npm
npm run dev
- Yarn
-
Build project
- Yarn
yarn build
- Npm
npm run build
- Yarn
NITRO_PORT=80 NODE_ENV=production node .output/server/index.mjs