Skip to content

sborrazas/rvideos

Repository files navigation

Rvideos

Development

Setup

First install the NPM packages.

npm install

Run

npm run start # Assets watching
(cd public && python3 -m http.server) # Server

Go to http://localhost:8000.

Production

Setup

First clone the repo and install all Ansible extensions.

git clone [email protected]:sborrazas/worldnews.git

Provision & deploy

First, make sure you have all the NPM dependancies installed and compiling the assets works.

npm install
npm run dist

Ansible can be installed with brew, be sure to install version 2.1 or higher: brew install ansible – if no Homebrew, try any other method listed here.

Make sure the production configuration file is complete, then run the provision or deploy Ansible playbooks.

make provision
# or
make deploy

About

Videos Worth Watching by Form&Function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published