/vidore

A Modern Video Discovery & Streaming Site.

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Vidore

A Modern Video Discovery & Streaming Site.

Built Using

  • Next.js
  • React
  • TailwindCSS
  • TMBD API

Develop Locally

  1. Clone this repository
# cloning the git repository into the `vidore` folder
git clone https://github.com/jackjona/vidore vidore

# install project dependencies
cd vidore
npm install
# OR
yarn install
  1. Input your TMBD API key and rename .env.local.example to env.local

  2. Run the development server:

npm run dev
# OR
yarn dev
  1. Open http://localhost:3000 with your browser to see the result.

License

Licensed under the GNU AGPLv3. Please see LICENSE.txt for more information.