- Node.js >= 18
- Typescript
- PNPM
- Clone the repository
git clone https://github.com/nnivxix/vilm.git
cd vilm
pnpm install
- Copy the
.env
file
cp .env.example .env
- Change value the
.env
file
Go to .env
file and fill the value NEXT_PUBLIC_TMDB_API_TOKEN=
with key from TMDB API
- Run the Application
pnpm dev
Happy Coding
All contributions and suggestions are welcome.