Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 694 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 694 Bytes

vilm banner

Vilm

Guide Instalation

Requirments

  1. Node.js >= 18
  2. Typescript
  3. PNPM

Steps

  1. Clone the repository
git clone https://github.com/nnivxix/vilm.git
cd vilm
pnpm install
  1. Copy the .env file
cp .env.example .env
  1. Change value the .env file

Go to .env file and fill the value NEXT_PUBLIC_TMDB_API_TOKEN= with key from TMDB API

  1. Run the Application
pnpm dev

Happy Coding

Contributions 🎉👋

All contributions and suggestions are welcome.