A Modern Video Discovery & Streaming Site.
- Next.js
- React
- TailwindCSS
- TMBD API
- 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
-
Input your TMBD API key and rename
.env.local.example
toenv.local
-
Run the development server:
npm run dev
# OR
yarn dev
- Open http://localhost:3000 with your browser to see the result.
Licensed under the GNU AGPLv3. Please see LICENSE.txt for more information.