VRNL is an online video journal that allows you to upload video messages to yourself or other subscribers. Users can create collections to view, organize, and group different video messages. Collections can be comprised of videos uploaded solely by a user, or of videos uploaded by all the subscribers to a collection. VRNL is built with React and hosted with Vercel. (Visit VRNL)
Dark Mode | Light Mode |
|
|
|
|
|
|
Install and use the correct version of Node using NVM
nvm install
Install dependencies in client and server directories
npm i
Start Development Server in client and server directories
npm start
Generate a full static production build
npm run build