Skip to content

TV and Movie Database platform portfolio project

License

Notifications You must be signed in to change notification settings

FlameyFox/FlameyTV

Repository files navigation

FlameyTV

Build with NuxtJS, TailwindCSS and using the TMDB api.

See it in action

TODO:

Figuring out some new stuff!

If you have any suggestions or feedback, feel free to reach out to me. And if you like what you see, please consider starring the repo! 🌟

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out the documentation.

To enable the API

# make a .env file and insert your API key like this:
TMDB_API = "XXXXX"